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