Shades of Bright Turquoise #19DBED
Tints of Bright Turquoise #19DBED
RGB
CMYK
RGB Variations
Color information
#19DBED (or 0x19DBED) is known color: Bright Turquoise. HEX triplet: 19, DB and ED. RGB value is (25,219,237). Sum of RGB (Red+Green+Blue) = 25+219+237=481 (63% of max value = 765). Red value is 25 (10.16% from 255 or 5.20% from 481); Green value is 219 (85.94% from 255 or 45.53% from 481); Blue value is 237 (92.97% from 255 or 49.27% from 481); Max value from RGB is 237 - color contains mainly: blue. Hex color #19DBED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19DBED is #E62412. Grayscale: #A2A2A2. Windows color (decimal): -15082515 or 15588121. OLE color: 15588121.
HSL color Cylindrical-coordinate representation of color #19DBED: hue angle of 185.09º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19DBED is Cyan = 0.89, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 219 | 237 | - |
| CMYK | 0.89 | 0.08 | 0 | 0.07 |
| HSL | 185.09º | 0.85% | 0.51% | - |
| HSV(B) | 185.09º | 0.89% | 0.93% | - |
| XYZ | 41.02 | 56.98 | 88.96 | - |
| YUV | 163.05 | 169.73 | 29.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 219 | 237 | 0.89 | 0.08 | 0 | 0.07 | 185.09 | 0.85 | 0.51 |
| Hex | 19 | DB | ED | 59 | 8 | 0 | 7 | B9 | 55 | 33 |
| Octal | 31 | 333 | 355 | 131 | 10 | 0 | 7 | 271 | 125 | 63 |
| Binary | 11001 | 11011011 | 11101101 | 1011001 | 1000 | 0 | 111 | 10111001 | 1010101 | 110011 |
Color Harmonies of #19DBED
Complementary color
Monochromatic Colors of #19DBED
Black with #19DBED
Text Example
Text Example
White with #19DBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19DBED; }
p { color: rgb(25,219,237); }
H1.HeaderClassName
{
color: #19DBED;
}
.AnyTagClassName
{
color: #19DBED;
}
</style>
background-color css
<style>
a { background-color: #19DBED; }
a { background-color: rgb(25,219,237); }
div.DivClassName
{
background-color: #19DBED;
}
.BgClassName
{
background-color: #19DBED;
}
</style>
border-color css
<style>
span { border-color: #19DBED; }
span { border-color: rgb(25,219,237); }
td.TdClassName
{
border-color: #19DBED;
}
.TagClassName
{
border-color: #19DBED;
}
</style>