Shades of Bright Turquoise #19CEEA
Tints of Bright Turquoise #19CEEA
RGB
CMYK
RGB Variations
Color information
#19CEEA (or 0x19CEEA) is known color: Bright Turquoise. HEX triplet: 19, CE and EA. RGB value is (25,206,234). Sum of RGB (Red+Green+Blue) = 25+206+234=465 (61% of max value = 765). Red value is 25 (10.16% from 255 or 5.38% from 465); Green value is 206 (80.86% from 255 or 44.30% from 465); Blue value is 234 (91.80% from 255 or 50.32% from 465); Max value from RGB is 234 - color contains mainly: blue. Hex color #19CEEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19CEEA is #E63115. Grayscale: #9A9A9A. Windows color (decimal): -15085846 or 15388185. OLE color: 15388185.
HSL color Cylindrical-coordinate representation of color #19CEEA: hue angle of 188.04º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19CEEA is Cyan = 0.89, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 25 | 206 | 234 | - |
| CMYK | 0.89 | 0.12 | 0 | 0.08 |
| HSL | 188.04º | 0.83% | 0.51% | - |
| HSV(B) | 188.04º | 0.89% | 0.92% | - |
| XYZ | 37.32 | 50.29 | 85.58 | - |
| YUV | 155.07 | 172.53 | 35.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 206 | 234 | 0.89 | 0.12 | 0 | 0.08 | 188.04 | 0.83 | 0.51 |
| Hex | 19 | CE | EA | 59 | C | 0 | 8 | BC | 53 | 33 |
| Octal | 31 | 316 | 352 | 131 | 14 | 0 | 10 | 274 | 123 | 63 |
| Binary | 11001 | 11001110 | 11101010 | 1011001 | 1100 | 0 | 1000 | 10111100 | 1010011 | 110011 |
Color Harmonies of #19CEEA
Complementary color
Monochromatic Colors of #19CEEA
Black with #19CEEA
Text Example
Text Example
White with #19CEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19CEEA; }
p { color: rgb(25,206,234); }
H1.HeaderClassName
{
color: #19CEEA;
}
.AnyTagClassName
{
color: #19CEEA;
}
</style>
background-color css
<style>
a { background-color: #19CEEA; }
a { background-color: rgb(25,206,234); }
div.DivClassName
{
background-color: #19CEEA;
}
.BgClassName
{
background-color: #19CEEA;
}
</style>
border-color css
<style>
span { border-color: #19CEEA; }
span { border-color: rgb(25,206,234); }
td.TdClassName
{
border-color: #19CEEA;
}
.TagClassName
{
border-color: #19CEEA;
}
</style>