Shades of Bright Turquoise #19DEEA
Tints of Bright Turquoise #19DEEA
RGB
CMYK
RGB Variations
Color information
#19DEEA (or 0x19DEEA) is known color: Bright Turquoise. HEX triplet: 19, DE and EA. RGB value is (25,222,234). Sum of RGB (Red+Green+Blue) = 25+222+234=481 (63% of max value = 765). Red value is 25 (10.16% from 255 or 5.20% from 481); Green value is 222 (87.11% from 255 or 46.15% from 481); Blue value is 234 (91.80% from 255 or 48.65% from 481); Max value from RGB is 234 - color contains mainly: blue. Hex color #19DEEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19DEEA is #E62115. Grayscale: #A4A4A4. Windows color (decimal): -15081750 or 15392281. OLE color: 15392281.
HSL color Cylindrical-coordinate representation of color #19DEEA: hue angle of 183.44º 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 #19DEEA is Cyan = 0.89, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 25 | 222 | 234 | - |
| CMYK | 0.89 | 0.05 | 0 | 0.08 |
| HSL | 183.45º | 0.83% | 0.51% | - |
| HSV(B) | 183.45º | 0.89% | 0.92% | - |
| XYZ | 41.37 | 58.39 | 86.93 | - |
| YUV | 164.47 | 167.23 | 28.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 222 | 234 | 0.89 | 0.05 | 0 | 0.08 | 183.45 | 0.83 | 0.51 |
| Hex | 19 | DE | EA | 59 | 5 | 0 | 8 | B7 | 53 | 33 |
| Octal | 31 | 336 | 352 | 131 | 5 | 0 | 10 | 267 | 123 | 63 |
| Binary | 11001 | 11011110 | 11101010 | 1011001 | 101 | 0 | 1000 | 10110111 | 1010011 | 110011 |
Color Harmonies of #19DEEA
Complementary color
Monochromatic Colors of #19DEEA
Black with #19DEEA
Text Example
Text Example
White with #19DEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19DEEA; }
p { color: rgb(25,222,234); }
H1.HeaderClassName
{
color: #19DEEA;
}
.AnyTagClassName
{
color: #19DEEA;
}
</style>
background-color css
<style>
a { background-color: #19DEEA; }
a { background-color: rgb(25,222,234); }
div.DivClassName
{
background-color: #19DEEA;
}
.BgClassName
{
background-color: #19DEEA;
}
</style>
border-color css
<style>
span { border-color: #19DEEA; }
span { border-color: rgb(25,222,234); }
td.TdClassName
{
border-color: #19DEEA;
}
.TagClassName
{
border-color: #19DEEA;
}
</style>