#3DDECE

Color #3DDECE Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #3DDECE

Tints of Turquoise #3DDECE

Color information

#3DDECE (or 0x3DDECE) is unknown color: approx Turquoise. HEX triplet: 3D, DE and CE. RGB value is (61,222,206). Sum of RGB (Red+Green+Blue) = 61+222+206=489 (64% of max value = 765). Red value is 61 (24.22% from 255 or 12.47% from 489); Green value is 222 (87.11% from 255 or 45.40% from 489); Blue value is 206 (80.86% from 255 or 42.13% from 489); Max value from RGB is 222 - color contains mainly: green. Hex color #3DDECE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DDECE is #C22131. Grayscale: #ABABAB. Windows color (decimal): -12722482 or 13557309. OLE color: 13557309.

HSL color Cylindrical-coordinate representation of color #3DDECE: hue angle of 174.04º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3DDECE is Cyan = 0.73, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB61222206-
CMYK0.7300.070.13
HSL174.04º70.93%55.49%-
HSV(B)174.04º72.52%87.06%-
XYZ39.1957.6967.46-
YUV172.04147.1648.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 61 (24.22% from 255) = 12.47%
GREEN value IS 222 (87.11% from 255) = 45.40%
BLUE value IS 206 (80.86% from 255) = 42.13%
R=12.47%
G=45.40%
B=42.13%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal612222060.7300.070.13174.0470.9355.49
Hex3DDECE4907Dae4737
Octal75336316111071525610767
Binary1111011101111011001110100100101111101101011101000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DDECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3DDECE; }

 p { color: rgb(61,222,206); }

 H1.HeaderClassName
 {
   color: #3DDECE;
 }
 .AnyTagClassName
 {
   color: #3DDECE;
 }
</style>
background-color css

<style>
 a { background-color: #3DDECE; }

 a { background-color: rgb(61,222,206); }

 div.DivClassName
 {
   background-color: #3DDECE;
 }
 .BgClassName
 {
   background-color: #3DDECE;
 }
</style>
border-color css

<style>
 span { border-color: #3DDECE; }

 span { border-color: rgb(61,222,206); }

 td.TdClassName
 {
   border-color: #3DDECE;
 }
 .TagClassName
 {
   border-color: #3DDECE;
 }
</style>