#3EDDC0

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

Shades of Turquoise #3EDDC0

Tints of Turquoise #3EDDC0

Color information

#3EDDC0 (or 0x3EDDC0) is unknown color: approx Turquoise. HEX triplet: 3E, DD and C0. RGB value is (62,221,192). Sum of RGB (Red+Green+Blue) = 62+221+192=475 (62% of max value = 765). Red value is 62 (24.61% from 255 or 13.05% from 475); Green value is 221 (86.72% from 255 or 46.53% from 475); Blue value is 192 (75.39% from 255 or 40.42% from 475); Max value from RGB is 221 - color contains mainly: green. Hex color #3EDDC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EDDC0 is #C1223F. Grayscale: #AAAAAA. Windows color (decimal): -12657216 or 12639550. OLE color: 12639550.

HSL color Cylindrical-coordinate representation of color #3EDDC0: hue angle of 169.06º 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 #3EDDC0 is Cyan = 0.72, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB62221192-
CMYK0.7200.130.13
HSL169.06º70.04%55.49%-
HSV(B)169.06º71.95%86.67%-
XYZ37.3656.5458.81-
YUV170.15140.3250.86-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 13.05%
GREEN value IS 221 (86.72% from 255) = 46.53%
BLUE value IS 192 (75.39% from 255) = 40.42%
R=13.05%
G=46.53%
B=40.42%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal622211920.7200.130.13169.0670.0455.49
Hex3EDDC0480DDa94637
Octal763353001100151525110667
Binary11111011011101110000001001000011011101101010011000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EDDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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