Shades of Turquoise #1EECB8
Tints of Turquoise #1EECB8
RGB
CMYK
RGB Variations
Color information
#1EECB8 (or 0x1EECB8) is known color: Turquoise. HEX triplet: 1E, EC and B8. RGB value is (30,236,184). Sum of RGB (Red+Green+Blue) = 30+236+184=450 (59% of max value = 765). Red value is 30 (12.11% from 255 or 6.67% from 450); Green value is 236 (92.58% from 255 or 52.44% from 450); Blue value is 184 (72.27% from 255 or 40.89% from 450); Max value from RGB is 236 - color contains mainly: green. Hex color #1EECB8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EECB8 is #E11347. Grayscale: #A8A8A8. Windows color (decimal): -14750536 or 12119070. OLE color: 12119070.
HSL color Cylindrical-coordinate representation of color #1EECB8: hue angle of 164.85º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EECB8 is Cyan = 0.87, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 30 | 236 | 184 | - |
| CMYK | 0.87 | 0 | 0.22 | 0.07 |
| HSL | 164.85º | 0.84% | 0.52% | - |
| HSV(B) | 164.85º | 0.87% | 0.93% | - |
| XYZ | 39.18 | 63.73 | 55.58 | - |
| YUV | 168.48 | 136.75 | 29.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 236 | 184 | 0.87 | 0 | 0.22 | 0.07 | 164.85 | 0.84 | 0.52 |
| Hex | 1E | EC | B8 | 57 | 0 | 16 | 7 | A5 | 54 | 34 |
| Octal | 36 | 354 | 270 | 127 | 0 | 26 | 7 | 245 | 124 | 64 |
| Binary | 11110 | 11101100 | 10111000 | 1010111 | 0 | 10110 | 111 | 10100101 | 1010100 | 110100 |
Color Harmonies of #1EECB8
Complementary color
Monochromatic Colors of #1EECB8
Black with #1EECB8
Text Example
Text Example
White with #1EECB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EECB8; }
p { color: rgb(30,236,184); }
H1.HeaderClassName
{
color: #1EECB8;
}
.AnyTagClassName
{
color: #1EECB8;
}
</style>
background-color css
<style>
a { background-color: #1EECB8; }
a { background-color: rgb(30,236,184); }
div.DivClassName
{
background-color: #1EECB8;
}
.BgClassName
{
background-color: #1EECB8;
}
</style>
border-color css
<style>
span { border-color: #1EECB8; }
span { border-color: rgb(30,236,184); }
td.TdClassName
{
border-color: #1EECB8;
}
.TagClassName
{
border-color: #1EECB8;
}
</style>