Shades of Bright Turquoise #19D2EF
Tints of Bright Turquoise #19D2EF
RGB
CMYK
RGB Variations
Color information
#19D2EF (or 0x19D2EF) is known color: Bright Turquoise. HEX triplet: 19, D2 and EF. RGB value is (25,210,239). Sum of RGB (Red+Green+Blue) = 25+210+239=474 (62% of max value = 765). Red value is 25 (10.16% from 255 or 5.27% from 474); Green value is 210 (82.42% from 255 or 44.30% from 474); Blue value is 239 (93.75% from 255 or 50.42% from 474); Max value from RGB is 239 - color contains mainly: blue. Hex color #19D2EF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19D2EF is #E62D10. Grayscale: #9D9D9D. Windows color (decimal): -15084817 or 15716889. OLE color: 15716889.
HSL color Cylindrical-coordinate representation of color #19D2EF: hue angle of 188.13º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19D2EF is Cyan = 0.90, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 25 | 210 | 239 | - |
| CMYK | 0.90 | 0.12 | 0 | 0.06 |
| HSL | 188.13º | 0.87% | 0.52% | - |
| HSV(B) | 188.13º | 0.9% | 0.94% | - |
| XYZ | 39.03 | 52.53 | 89.74 | - |
| YUV | 157.99 | 173.71 | 33.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 210 | 239 | 0.90 | 0.12 | 0 | 0.06 | 188.13 | 0.87 | 0.52 |
| Hex | 19 | D2 | EF | 5A | C | 0 | 6 | BC | 57 | 34 |
| Octal | 31 | 322 | 357 | 132 | 14 | 0 | 6 | 274 | 127 | 64 |
| Binary | 11001 | 11010010 | 11101111 | 1011010 | 1100 | 0 | 110 | 10111100 | 1010111 | 110100 |
Color Harmonies of #19D2EF
Complementary color
Monochromatic Colors of #19D2EF
Black with #19D2EF
Text Example
Text Example
White with #19D2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19D2EF; }
p { color: rgb(25,210,239); }
H1.HeaderClassName
{
color: #19D2EF;
}
.AnyTagClassName
{
color: #19D2EF;
}
</style>
background-color css
<style>
a { background-color: #19D2EF; }
a { background-color: rgb(25,210,239); }
div.DivClassName
{
background-color: #19D2EF;
}
.BgClassName
{
background-color: #19D2EF;
}
</style>
border-color css
<style>
span { border-color: #19D2EF; }
span { border-color: rgb(25,210,239); }
td.TdClassName
{
border-color: #19D2EF;
}
.TagClassName
{
border-color: #19D2EF;
}
</style>