Shades of Bright Turquoise #19DDEF
Tints of Bright Turquoise #19DDEF
RGB
CMYK
RGB Variations
Color information
#19DDEF (or 0x19DDEF) is known color: Bright Turquoise. HEX triplet: 19, DD and EF. RGB value is (25,221,239). Sum of RGB (Red+Green+Blue) = 25+221+239=485 (64% of max value = 765). Red value is 25 (10.16% from 255 or 5.15% from 485); Green value is 221 (86.72% from 255 or 45.57% from 485); Blue value is 239 (93.75% from 255 or 49.28% from 485); Max value from RGB is 239 - color contains mainly: blue. Hex color #19DDEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19DDEF is #E62210. Grayscale: #A4A4A4. Windows color (decimal): -15082001 or 15719705. OLE color: 15719705.
HSL color Cylindrical-coordinate representation of color #19DDEF: hue angle of 185.05º 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 #19DDEF is Cyan = 0.90, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 25 | 221 | 239 | - |
| CMYK | 0.90 | 0.08 | 0 | 0.06 |
| HSL | 185.05º | 0.87% | 0.52% | - |
| HSV(B) | 185.05º | 0.9% | 0.94% | - |
| XYZ | 41.84 | 58.15 | 90.68 | - |
| YUV | 164.45 | 170.07 | 28.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 221 | 239 | 0.90 | 0.08 | 0 | 0.06 | 185.05 | 0.87 | 0.52 |
| Hex | 19 | DD | EF | 5A | 8 | 0 | 6 | B9 | 57 | 34 |
| Octal | 31 | 335 | 357 | 132 | 10 | 0 | 6 | 271 | 127 | 64 |
| Binary | 11001 | 11011101 | 11101111 | 1011010 | 1000 | 0 | 110 | 10111001 | 1010111 | 110100 |
Color Harmonies of #19DDEF
Complementary color
Monochromatic Colors of #19DDEF
Black with #19DDEF
Text Example
Text Example
White with #19DDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19DDEF; }
p { color: rgb(25,221,239); }
H1.HeaderClassName
{
color: #19DDEF;
}
.AnyTagClassName
{
color: #19DDEF;
}
</style>
background-color css
<style>
a { background-color: #19DDEF; }
a { background-color: rgb(25,221,239); }
div.DivClassName
{
background-color: #19DDEF;
}
.BgClassName
{
background-color: #19DDEF;
}
</style>
border-color css
<style>
span { border-color: #19DDEF; }
span { border-color: rgb(25,221,239); }
td.TdClassName
{
border-color: #19DDEF;
}
.TagClassName
{
border-color: #19DDEF;
}
</style>