Shades of Bright Turquoise #1EECCD
Tints of Bright Turquoise #1EECCD
RGB
CMYK
RGB Variations
Color information
#1EECCD (or 0x1EECCD) is known color: Bright Turquoise. HEX triplet: 1E, EC and CD. RGB value is (30,236,205). Sum of RGB (Red+Green+Blue) = 30+236+205=471 (62% of max value = 765). Red value is 30 (12.11% from 255 or 6.37% from 471); Green value is 236 (92.58% from 255 or 50.11% from 471); Blue value is 205 (80.47% from 255 or 43.52% from 471); Max value from RGB is 236 - color contains mainly: green. Hex color #1EECCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EECCD is #E11332. Grayscale: #AAAAAA. Windows color (decimal): -14750515 or 13495326. OLE color: 13495326.
HSL color Cylindrical-coordinate representation of color #1EECCD: hue angle of 170.97º 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 #1EECCD is Cyan = 0.87, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 30 | 236 | 205 | - |
| CMYK | 0.87 | 0 | 0.13 | 0.07 |
| HSL | 170.97º | 0.84% | 0.52% | - |
| HSV(B) | 170.97º | 0.87% | 0.93% | - |
| XYZ | 41.55 | 64.67 | 68.05 | - |
| YUV | 170.87 | 147.25 | 27.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 236 | 205 | 0.87 | 0 | 0.13 | 0.07 | 170.97 | 0.84 | 0.52 |
| Hex | 1E | EC | CD | 57 | 0 | D | 7 | AB | 54 | 34 |
| Octal | 36 | 354 | 315 | 127 | 0 | 15 | 7 | 253 | 124 | 64 |
| Binary | 11110 | 11101100 | 11001101 | 1010111 | 0 | 1101 | 111 | 10101011 | 1010100 | 110100 |
Color Harmonies of #1EECCD
Complementary color
Monochromatic Colors of #1EECCD
Black with #1EECCD
Text Example
Text Example
White with #1EECCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EECCD; }
p { color: rgb(30,236,205); }
H1.HeaderClassName
{
color: #1EECCD;
}
.AnyTagClassName
{
color: #1EECCD;
}
</style>
background-color css
<style>
a { background-color: #1EECCD; }
a { background-color: rgb(30,236,205); }
div.DivClassName
{
background-color: #1EECCD;
}
.BgClassName
{
background-color: #1EECCD;
}
</style>
border-color css
<style>
span { border-color: #1EECCD; }
span { border-color: rgb(30,236,205); }
td.TdClassName
{
border-color: #1EECCD;
}
.TagClassName
{
border-color: #1EECCD;
}
</style>