Shades of Bright Turquoise #19DEEF
Tints of Bright Turquoise #19DEEF
RGB
CMYK
RGB Variations
Color information
#19DEEF (or 0x19DEEF) is known color: Bright Turquoise. HEX triplet: 19, DE and EF. RGB value is (25,222,239). Sum of RGB (Red+Green+Blue) = 25+222+239=486 (64% of max value = 765). Red value is 25 (10.16% from 255 or 5.14% from 486); Green value is 222 (87.11% from 255 or 45.68% from 486); Blue value is 239 (93.75% from 255 or 49.18% from 486); Max value from RGB is 239 - color contains mainly: blue. Hex color #19DEEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19DEEF is #E62110. Grayscale: #A4A4A4. Windows color (decimal): -15081745 or 15719961. OLE color: 15719961.
HSL color Cylindrical-coordinate representation of color #19DEEF: hue angle of 184.77º 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 #19DEEF is Cyan = 0.90, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 25 | 222 | 239 | - |
| CMYK | 0.90 | 0.07 | 0 | 0.06 |
| HSL | 184.77º | 0.87% | 0.52% | - |
| HSV(B) | 184.77º | 0.9% | 0.94% | - |
| XYZ | 42.1 | 58.68 | 90.77 | - |
| YUV | 165.04 | 169.73 | 28.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 222 | 239 | 0.90 | 0.07 | 0 | 0.06 | 184.77 | 0.87 | 0.52 |
| Hex | 19 | DE | EF | 5A | 7 | 0 | 6 | B9 | 57 | 34 |
| Octal | 31 | 336 | 357 | 132 | 7 | 0 | 6 | 271 | 127 | 64 |
| Binary | 11001 | 11011110 | 11101111 | 1011010 | 111 | 0 | 110 | 10111001 | 1010111 | 110100 |
Color Harmonies of #19DEEF
Complementary color
Monochromatic Colors of #19DEEF
Black with #19DEEF
Text Example
Text Example
White with #19DEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19DEEF; }
p { color: rgb(25,222,239); }
H1.HeaderClassName
{
color: #19DEEF;
}
.AnyTagClassName
{
color: #19DEEF;
}
</style>
background-color css
<style>
a { background-color: #19DEEF; }
a { background-color: rgb(25,222,239); }
div.DivClassName
{
background-color: #19DEEF;
}
.BgClassName
{
background-color: #19DEEF;
}
</style>
border-color css
<style>
span { border-color: #19DEEF; }
span { border-color: rgb(25,222,239); }
td.TdClassName
{
border-color: #19DEEF;
}
.TagClassName
{
border-color: #19DEEF;
}
</style>