#3EEDD6

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

Shades of Turquoise #3EEDD6

Tints of Turquoise #3EEDD6

Color information

#3EEDD6 (or 0x3EEDD6) is unknown color: approx Turquoise. HEX triplet: 3E, ED and D6. RGB value is (62,237,214). Sum of RGB (Red+Green+Blue) = 62+237+214=513 (67% of max value = 765). Red value is 62 (24.61% from 255 or 12.09% from 513); Green value is 237 (92.97% from 255 or 46.20% from 513); Blue value is 214 (83.98% from 255 or 41.72% from 513); Max value from RGB is 237 - color contains mainly: green. Hex color #3EEDD6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EEDD6 is #C11229. Grayscale: #B5B5B5. Windows color (decimal): -12653098 or 14085438. OLE color: 14085438.

HSL color Cylindrical-coordinate representation of color #3EEDD6: hue angle of 172.11º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3EEDD6 is Cyan = 0.74, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB62237214-
CMYK0.7400.100.07
HSL172.11º82.94%58.63%-
HSV(B)172.11º73.84%92.94%-
XYZ44.4166.4574.1-
YUV182.05146.0242.37-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 12.09%
GREEN value IS 237 (92.97% from 255) = 46.20%
BLUE value IS 214 (83.98% from 255) = 41.72%
R=12.09%
G=46.20%
B=41.72%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal622372140.7400.100.07172.1182.9458.63
Hex3EEDD64A0A7ac533b
Octal76355326112012725412373
Binary1111101110110111010110100101001010111101011001010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EEDD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,237,214); }

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

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

 a { background-color: rgb(62,237,214); }

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

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

 span { border-color: rgb(62,237,214); }

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