Shades of Bright Turquoise #19DBEF
Tints of Bright Turquoise #19DBEF
RGB
CMYK
RGB Variations
Color information
#19DBEF (or 0x19DBEF) is known color: Bright Turquoise. HEX triplet: 19, DB and EF. RGB value is (25,219,239). Sum of RGB (Red+Green+Blue) = 25+219+239=483 (63% of max value = 765). Red value is 25 (10.16% from 255 or 5.18% from 483); Green value is 219 (85.94% from 255 or 45.34% from 483); Blue value is 239 (93.75% from 255 or 49.48% from 483); Max value from RGB is 239 - color contains mainly: blue. Hex color #19DBEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19DBEF is #E62410. Grayscale: #A2A2A2. Windows color (decimal): -15082513 or 15719193. OLE color: 15719193.
HSL color Cylindrical-coordinate representation of color #19DBEF: hue angle of 185.61º 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 #19DBEF is Cyan = 0.90, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 25 | 219 | 239 | - |
| CMYK | 0.90 | 0.08 | 0 | 0.06 |
| HSL | 185.61º | 0.87% | 0.52% | - |
| HSV(B) | 185.61º | 0.9% | 0.94% | - |
| XYZ | 41.31 | 57.1 | 90.51 | - |
| YUV | 163.27 | 170.73 | 29.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 219 | 239 | 0.90 | 0.08 | 0 | 0.06 | 185.61 | 0.87 | 0.52 |
| Hex | 19 | DB | EF | 5A | 8 | 0 | 6 | BA | 57 | 34 |
| Octal | 31 | 333 | 357 | 132 | 10 | 0 | 6 | 272 | 127 | 64 |
| Binary | 11001 | 11011011 | 11101111 | 1011010 | 1000 | 0 | 110 | 10111010 | 1010111 | 110100 |
Color Harmonies of #19DBEF
Complementary color
Monochromatic Colors of #19DBEF
Black with #19DBEF
Text Example
Text Example
White with #19DBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19DBEF; }
p { color: rgb(25,219,239); }
H1.HeaderClassName
{
color: #19DBEF;
}
.AnyTagClassName
{
color: #19DBEF;
}
</style>
background-color css
<style>
a { background-color: #19DBEF; }
a { background-color: rgb(25,219,239); }
div.DivClassName
{
background-color: #19DBEF;
}
.BgClassName
{
background-color: #19DBEF;
}
</style>
border-color css
<style>
span { border-color: #19DBEF; }
span { border-color: rgb(25,219,239); }
td.TdClassName
{
border-color: #19DBEF;
}
.TagClassName
{
border-color: #19DBEF;
}
</style>