#3EDDCD

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

Shades of Turquoise #3EDDCD

Tints of Turquoise #3EDDCD

Color information

#3EDDCD (or 0x3EDDCD) is unknown color: approx Turquoise. HEX triplet: 3E, DD and CD. RGB value is (62,221,205). Sum of RGB (Red+Green+Blue) = 62+221+205=488 (64% of max value = 765). Red value is 62 (24.61% from 255 or 12.70% from 488); Green value is 221 (86.72% from 255 or 45.29% from 488); Blue value is 205 (80.47% from 255 or 42.01% from 488); Max value from RGB is 221 - color contains mainly: green. Hex color #3EDDCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EDDCD is #C12232. Grayscale: #ABABAB. Windows color (decimal): -12657203 or 13491518. OLE color: 13491518.

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

Color convert

RGB62221205-
CMYK0.7200.070.13
HSL173.96º70.04%55.49%-
HSV(B)173.96º71.95%86.67%-
XYZ38.8657.1466.74-
YUV171.64146.8249.8-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 12.70%
GREEN value IS 221 (86.72% from 255) = 45.29%
BLUE value IS 205 (80.47% from 255) = 42.01%
R=12.70%
G=45.29%
B=42.01%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal622212050.7200.070.13173.9670.0455.49
Hex3EDDCD4807Dae4637
Octal76335315110071525610667
Binary1111101101110111001101100100001111101101011101000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EDDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,221,205); }

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

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

 a { background-color: rgb(62,221,205); }

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

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

 span { border-color: rgb(62,221,205); }

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