Shades of Turquoise #3EF2D2
Tints of Turquoise #3EF2D2
RGB
CMYK
RGB Variations
Color information
#3EF2D2 (or 0x3EF2D2) is known color: Turquoise. HEX triplet: 3E, F2 and D2. RGB value is (62,242,210). Sum of RGB (Red+Green+Blue) = 62+242+210=514 (68% of max value = 765). Red value is 62 (24.61% from 255 or 12.06% from 514); Green value is 242 (94.92% from 255 or 47.08% from 514); Blue value is 210 (82.42% from 255 or 40.86% from 514); Max value from RGB is 242 - color contains mainly: green. Hex color #3EF2D2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EF2D2 is #C10D2D. Grayscale: #B8B8B8. Windows color (decimal): -12651822 or 13824574. OLE color: 13824574.
HSL color Cylindrical-coordinate representation of color #3EF2D2: hue angle of 169.33º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3EF2D2 is Cyan = 0.74, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 62 | 242 | 210 | - |
| CMYK | 0.74 | 0 | 0.13 | 0.05 |
| HSL | 169.33º | 0.87% | 0.6% | - |
| HSV(B) | 169.33º | 0.74% | 0.95% | - |
| XYZ | 45.37 | 69.18 | 71.93 | - |
| YUV | 184.53 | 142.37 | 40.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 242 | 210 | 0.74 | 0 | 0.13 | 0.05 | 169.33 | 0.87 | 0.6 |
| Hex | 3E | F2 | D2 | 4A | 0 | D | 5 | A9 | 57 | 3C |
| Octal | 76 | 362 | 322 | 112 | 0 | 15 | 5 | 251 | 127 | 74 |
| Binary | 111110 | 11110010 | 11010010 | 1001010 | 0 | 1101 | 101 | 10101001 | 1010111 | 111100 |
Color Harmonies of #3EF2D2
Complementary color
Monochromatic Colors of #3EF2D2
Black with #3EF2D2
Text Example
Text Example
White with #3EF2D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EF2D2; }
p { color: rgb(62,242,210); }
H1.HeaderClassName
{
color: #3EF2D2;
}
.AnyTagClassName
{
color: #3EF2D2;
}
</style>
background-color css
<style>
a { background-color: #3EF2D2; }
a { background-color: rgb(62,242,210); }
div.DivClassName
{
background-color: #3EF2D2;
}
.BgClassName
{
background-color: #3EF2D2;
}
</style>
border-color css
<style>
span { border-color: #3EF2D2; }
span { border-color: rgb(62,242,210); }
td.TdClassName
{
border-color: #3EF2D2;
}
.TagClassName
{
border-color: #3EF2D2;
}
</style>