Shades of Bright Turquoise #1EECCE
Tints of Bright Turquoise #1EECCE
RGB
CMYK
RGB Variations
Color information
#1EECCE (or 0x1EECCE) is known color: Bright Turquoise. HEX triplet: 1E, EC and CE. RGB value is (30,236,206). Sum of RGB (Red+Green+Blue) = 30+236+206=472 (62% of max value = 765). Red value is 30 (12.11% from 255 or 6.36% from 472); Green value is 236 (92.58% from 255 or 50% from 472); Blue value is 206 (80.86% from 255 or 43.64% from 472); Max value from RGB is 236 - color contains mainly: green. Hex color #1EECCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EECCE is #E11331. Grayscale: #AAAAAA. Windows color (decimal): -14750514 or 13560862. OLE color: 13560862.
HSL color Cylindrical-coordinate representation of color #1EECCE: hue angle of 171.26º 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 #1EECCE is Cyan = 0.87, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 30 | 236 | 206 | - |
| CMYK | 0.87 | 0 | 0.13 | 0.07 |
| HSL | 171.26º | 0.84% | 0.52% | - |
| HSV(B) | 171.26º | 0.87% | 0.93% | - |
| XYZ | 41.67 | 64.72 | 68.69 | - |
| YUV | 170.99 | 147.75 | 27.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 236 | 206 | 0.87 | 0 | 0.13 | 0.07 | 171.26 | 0.84 | 0.52 |
| Hex | 1E | EC | CE | 57 | 0 | D | 7 | AB | 54 | 34 |
| Octal | 36 | 354 | 316 | 127 | 0 | 15 | 7 | 253 | 124 | 64 |
| Binary | 11110 | 11101100 | 11001110 | 1010111 | 0 | 1101 | 111 | 10101011 | 1010100 | 110100 |
Color Harmonies of #1EECCE
Complementary color
Monochromatic Colors of #1EECCE
Black with #1EECCE
Text Example
Text Example
White with #1EECCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EECCE; }
p { color: rgb(30,236,206); }
H1.HeaderClassName
{
color: #1EECCE;
}
.AnyTagClassName
{
color: #1EECCE;
}
</style>
background-color css
<style>
a { background-color: #1EECCE; }
a { background-color: rgb(30,236,206); }
div.DivClassName
{
background-color: #1EECCE;
}
.BgClassName
{
background-color: #1EECCE;
}
</style>
border-color css
<style>
span { border-color: #1EECCE; }
span { border-color: rgb(30,236,206); }
td.TdClassName
{
border-color: #1EECCE;
}
.TagClassName
{
border-color: #1EECCE;
}
</style>