Shades of Turquoise #3EECEC
Tints of Turquoise #3EECEC
RGB
CMYK
RGB Variations
Color information
#3EECEC (or 0x3EECEC) is known color: Turquoise. HEX triplet: 3E, EC and EC. RGB value is (62,236,236). Sum of RGB (Red+Green+Blue) = 62+236+236=534 (70% of max value = 765). Red value is 62 (24.61% from 255 or 11.61% from 534); Green value is 236 (92.58% from 255 or 44.19% from 534); Blue value is 236 (92.58% from 255 or 44.19% from 534); Max value from RGB is 236 - color contains mainly: green, blue. Hex color #3EECEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3EECEC is #C11313. Grayscale: #B7B7B7. Windows color (decimal): -12653332 or 15526974. OLE color: 15526974.
HSL color Cylindrical-coordinate representation of color #3EECEC: hue angle of 180º 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 #3EECEC is Cyan = 0.74, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 62 | 236 | 236 | - |
| CMYK | 0.74 | 0 | 0 | 0.07 |
| HSL | 180º | 0.82% | 0.58% | - |
| HSV(B) | 180º | 0.74% | 0.93% | - |
| XYZ | 47.12 | 67.07 | 89.82 | - |
| YUV | 183.97 | 157.35 | 41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 236 | 236 | 0.74 | 0 | 0 | 0.07 | 180 | 0.82 | 0.58 |
| Hex | 3E | EC | EC | 4A | 0 | 0 | 7 | B4 | 52 | 3A |
| Octal | 76 | 354 | 354 | 112 | 0 | 0 | 7 | 264 | 122 | 72 |
| Binary | 111110 | 11101100 | 11101100 | 1001010 | 0 | 0 | 111 | 10110100 | 1010010 | 111010 |
Color Harmonies of #3EECEC
Complementary color
Monochromatic Colors of #3EECEC
Black with #3EECEC
Text Example
Text Example
White with #3EECEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EECEC; }
p { color: rgb(62,236,236); }
H1.HeaderClassName
{
color: #3EECEC;
}
.AnyTagClassName
{
color: #3EECEC;
}
</style>
background-color css
<style>
a { background-color: #3EECEC; }
a { background-color: rgb(62,236,236); }
div.DivClassName
{
background-color: #3EECEC;
}
.BgClassName
{
background-color: #3EECEC;
}
</style>
border-color css
<style>
span { border-color: #3EECEC; }
span { border-color: rgb(62,236,236); }
td.TdClassName
{
border-color: #3EECEC;
}
.TagClassName
{
border-color: #3EECEC;
}
</style>