Shades of Turquoise #3EECD6
Tints of Turquoise #3EECD6
RGB
CMYK
RGB Variations
Color information
#3EECD6 (or 0x3EECD6) is known color: Turquoise. HEX triplet: 3E, EC and D6. RGB value is (62,236,214). Sum of RGB (Red+Green+Blue) = 62+236+214=512 (67% of max value = 765). Red value is 62 (24.61% from 255 or 12.11% from 512); Green value is 236 (92.58% from 255 or 46.09% from 512); Blue value is 214 (83.98% from 255 or 41.80% from 512); Max value from RGB is 236 - color contains mainly: green. Hex color #3EECD6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EECD6 is #C11329. Grayscale: #B5B5B5. Windows color (decimal): -12653354 or 14085182. OLE color: 14085182.
HSL color Cylindrical-coordinate representation of color #3EECD6: hue angle of 172.41º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3EECD6 is Cyan = 0.74, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 62 | 236 | 214 | - |
| CMYK | 0.74 | 0 | 0.09 | 0.07 |
| HSL | 172.41º | 0.82% | 0.58% | - |
| HSV(B) | 172.41º | 0.74% | 0.93% | - |
| XYZ | 44.12 | 65.87 | 74.01 | - |
| YUV | 181.47 | 146.35 | 42.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 236 | 214 | 0.74 | 0 | 0.09 | 0.07 | 172.41 | 0.82 | 0.58 |
| Hex | 3E | EC | D6 | 4A | 0 | 9 | 7 | AC | 52 | 3A |
| Octal | 76 | 354 | 326 | 112 | 0 | 11 | 7 | 254 | 122 | 72 |
| Binary | 111110 | 11101100 | 11010110 | 1001010 | 0 | 1001 | 111 | 10101100 | 1010010 | 111010 |
Color Harmonies of #3EECD6
Complementary color
Monochromatic Colors of #3EECD6
Black with #3EECD6
Text Example
Text Example
White with #3EECD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EECD6; }
p { color: rgb(62,236,214); }
H1.HeaderClassName
{
color: #3EECD6;
}
.AnyTagClassName
{
color: #3EECD6;
}
</style>
background-color css
<style>
a { background-color: #3EECD6; }
a { background-color: rgb(62,236,214); }
div.DivClassName
{
background-color: #3EECD6;
}
.BgClassName
{
background-color: #3EECD6;
}
</style>
border-color css
<style>
span { border-color: #3EECD6; }
span { border-color: rgb(62,236,214); }
td.TdClassName
{
border-color: #3EECD6;
}
.TagClassName
{
border-color: #3EECD6;
}
</style>