Shades of Bright Turquoise #19EECC
Tints of Bright Turquoise #19EECC
RGB
CMYK
RGB Variations
Color information
#19EECC (or 0x19EECC) is known color: Bright Turquoise. HEX triplet: 19, EE and CC. RGB value is (25,238,204). Sum of RGB (Red+Green+Blue) = 25+238+204=467 (61% of max value = 765). Red value is 25 (10.16% from 255 or 5.35% from 467); Green value is 238 (93.36% from 255 or 50.96% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 238 - color contains mainly: green. Hex color #19EECC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19EECC is #E61133. Grayscale: #AAAAAA. Windows color (decimal): -15077684 or 13430297. OLE color: 13430297.
HSL color Cylindrical-coordinate representation of color #19EECC: hue angle of 170.42º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19EECC is Cyan = 0.89, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 238 | 204 | - |
| CMYK | 0.89 | 0 | 0.14 | 0.07 |
| HSL | 170.42º | 0.86% | 0.52% | - |
| HSV(B) | 170.42º | 0.89% | 0.93% | - |
| XYZ | 41.87 | 65.72 | 67.6 | - |
| YUV | 170.44 | 146.93 | 24.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 238 | 204 | 0.89 | 0 | 0.14 | 0.07 | 170.42 | 0.86 | 0.52 |
| Hex | 19 | EE | CC | 59 | 0 | E | 7 | AA | 56 | 34 |
| Octal | 31 | 356 | 314 | 131 | 0 | 16 | 7 | 252 | 126 | 64 |
| Binary | 11001 | 11101110 | 11001100 | 1011001 | 0 | 1110 | 111 | 10101010 | 1010110 | 110100 |
Color Harmonies of #19EECC
Complementary color
Monochromatic Colors of #19EECC
Black with #19EECC
Text Example
Text Example
White with #19EECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19EECC; }
p { color: rgb(25,238,204); }
H1.HeaderClassName
{
color: #19EECC;
}
.AnyTagClassName
{
color: #19EECC;
}
</style>
background-color css
<style>
a { background-color: #19EECC; }
a { background-color: rgb(25,238,204); }
div.DivClassName
{
background-color: #19EECC;
}
.BgClassName
{
background-color: #19EECC;
}
</style>
border-color css
<style>
span { border-color: #19EECC; }
span { border-color: rgb(25,238,204); }
td.TdClassName
{
border-color: #19EECC;
}
.TagClassName
{
border-color: #19EECC;
}
</style>