Shades of Turquoise #1EECBB
Tints of Turquoise #1EECBB
RGB
CMYK
RGB Variations
Color information
#1EECBB (or 0x1EECBB) is known color: Turquoise. HEX triplet: 1E, EC and BB. RGB value is (30,236,187). Sum of RGB (Red+Green+Blue) = 30+236+187=453 (60% of max value = 765). Red value is 30 (12.11% from 255 or 6.62% from 453); Green value is 236 (92.58% from 255 or 52.10% from 453); Blue value is 187 (73.44% from 255 or 41.28% from 453); Max value from RGB is 236 - color contains mainly: green. Hex color #1EECBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EECBB is #E11344. Grayscale: #A8A8A8. Windows color (decimal): -14750533 or 12315678. OLE color: 12315678.
HSL color Cylindrical-coordinate representation of color #1EECBB: hue angle of 165.73º 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 #1EECBB is Cyan = 0.87, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 30 | 236 | 187 | - |
| CMYK | 0.87 | 0 | 0.21 | 0.07 |
| HSL | 165.73º | 0.84% | 0.52% | - |
| HSV(B) | 165.73º | 0.87% | 0.93% | - |
| XYZ | 39.5 | 63.85 | 57.26 | - |
| YUV | 168.82 | 138.25 | 28.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 236 | 187 | 0.87 | 0 | 0.21 | 0.07 | 165.73 | 0.84 | 0.52 |
| Hex | 1E | EC | BB | 57 | 0 | 15 | 7 | A6 | 54 | 34 |
| Octal | 36 | 354 | 273 | 127 | 0 | 25 | 7 | 246 | 124 | 64 |
| Binary | 11110 | 11101100 | 10111011 | 1010111 | 0 | 10101 | 111 | 10100110 | 1010100 | 110100 |
Color Harmonies of #1EECBB
Complementary color
Monochromatic Colors of #1EECBB
Black with #1EECBB
Text Example
Text Example
White with #1EECBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EECBB; }
p { color: rgb(30,236,187); }
H1.HeaderClassName
{
color: #1EECBB;
}
.AnyTagClassName
{
color: #1EECBB;
}
</style>
background-color css
<style>
a { background-color: #1EECBB; }
a { background-color: rgb(30,236,187); }
div.DivClassName
{
background-color: #1EECBB;
}
.BgClassName
{
background-color: #1EECBB;
}
</style>
border-color css
<style>
span { border-color: #1EECBB; }
span { border-color: rgb(30,236,187); }
td.TdClassName
{
border-color: #1EECBB;
}
.TagClassName
{
border-color: #1EECBB;
}
</style>