Shades of Bright Turquoise #19E9EA
Tints of Bright Turquoise #19E9EA
RGB
CMYK
RGB Variations
Color information
#19E9EA (or 0x19E9EA) is known color: Bright Turquoise. HEX triplet: 19, E9 and EA. RGB value is (25,233,234). Sum of RGB (Red+Green+Blue) = 25+233+234=492 (65% of max value = 765). Red value is 25 (10.16% from 255 or 5.08% from 492); Green value is 233 (91.41% from 255 or 47.36% from 492); Blue value is 234 (91.80% from 255 or 47.56% from 492); Max value from RGB is 234 - color contains mainly: blue. Hex color #19E9EA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #19E9EA is #E61615. Grayscale: #AAAAAA. Windows color (decimal): -15078934 or 15395097. OLE color: 15395097.
HSL color Cylindrical-coordinate representation of color #19E9EA: hue angle of 180.29º 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 #19E9EA is Cyan = 0.89, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 25 | 233 | 234 | - |
| CMYK | 0.89 | 0.00 | 0 | 0.08 |
| HSL | 180.29º | 0.83% | 0.51% | - |
| HSV(B) | 180.29º | 0.89% | 0.92% | - |
| XYZ | 44.39 | 64.43 | 87.94 | - |
| YUV | 170.92 | 163.59 | 23.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 233 | 234 | 0.89 | 0.00 | 0 | 0.08 | 180.29 | 0.83 | 0.51 |
| Hex | 19 | E9 | EA | 59 | 0 | 0 | 8 | B4 | 53 | 33 |
| Octal | 31 | 351 | 352 | 131 | 0 | 0 | 10 | 264 | 123 | 63 |
| Binary | 11001 | 11101001 | 11101010 | 1011001 | 0 | 0 | 1000 | 10110100 | 1010011 | 110011 |
Color Harmonies of #19E9EA
Complementary color
Monochromatic Colors of #19E9EA
Black with #19E9EA
Text Example
Text Example
White with #19E9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19E9EA; }
p { color: rgb(25,233,234); }
H1.HeaderClassName
{
color: #19E9EA;
}
.AnyTagClassName
{
color: #19E9EA;
}
</style>
background-color css
<style>
a { background-color: #19E9EA; }
a { background-color: rgb(25,233,234); }
div.DivClassName
{
background-color: #19E9EA;
}
.BgClassName
{
background-color: #19E9EA;
}
</style>
border-color css
<style>
span { border-color: #19E9EA; }
span { border-color: rgb(25,233,234); }
td.TdClassName
{
border-color: #19E9EA;
}
.TagClassName
{
border-color: #19E9EA;
}
</style>