Shades of Bright Turquoise #1EECCA
Tints of Bright Turquoise #1EECCA
RGB
CMYK
RGB Variations
Color information
#1EECCA (or 0x1EECCA) is known color: Bright Turquoise. HEX triplet: 1E, EC and CA. RGB value is (30,236,202). Sum of RGB (Red+Green+Blue) = 30+236+202=468 (61% of max value = 765). Red value is 30 (12.11% from 255 or 6.41% from 468); Green value is 236 (92.58% from 255 or 50.43% from 468); Blue value is 202 (79.30% from 255 or 43.16% from 468); Max value from RGB is 236 - color contains mainly: green. Hex color #1EECCA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EECCA is #E11335. Grayscale: #AAAAAA. Windows color (decimal): -14750518 or 13298718. OLE color: 13298718.
HSL color Cylindrical-coordinate representation of color #1EECCA: hue angle of 170.1º 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 #1EECCA is Cyan = 0.87, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 30 | 236 | 202 | - |
| CMYK | 0.87 | 0 | 0.14 | 0.07 |
| HSL | 170.1º | 0.84% | 0.52% | - |
| HSV(B) | 170.1º | 0.87% | 0.93% | - |
| XYZ | 41.19 | 64.53 | 66.16 | - |
| YUV | 170.53 | 145.75 | 27.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 236 | 202 | 0.87 | 0 | 0.14 | 0.07 | 170.1 | 0.84 | 0.52 |
| Hex | 1E | EC | CA | 57 | 0 | E | 7 | AA | 54 | 34 |
| Octal | 36 | 354 | 312 | 127 | 0 | 16 | 7 | 252 | 124 | 64 |
| Binary | 11110 | 11101100 | 11001010 | 1010111 | 0 | 1110 | 111 | 10101010 | 1010100 | 110100 |
Color Harmonies of #1EECCA
Complementary color
Monochromatic Colors of #1EECCA
Black with #1EECCA
Text Example
Text Example
White with #1EECCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EECCA; }
p { color: rgb(30,236,202); }
H1.HeaderClassName
{
color: #1EECCA;
}
.AnyTagClassName
{
color: #1EECCA;
}
</style>
background-color css
<style>
a { background-color: #1EECCA; }
a { background-color: rgb(30,236,202); }
div.DivClassName
{
background-color: #1EECCA;
}
.BgClassName
{
background-color: #1EECCA;
}
</style>
border-color css
<style>
span { border-color: #1EECCA; }
span { border-color: rgb(30,236,202); }
td.TdClassName
{
border-color: #1EECCA;
}
.TagClassName
{
border-color: #1EECCA;
}
</style>