Shades of Bright Turquoise #19D3EB
Tints of Bright Turquoise #19D3EB
RGB
CMYK
RGB Variations
Color information
#19D3EB (or 0x19D3EB) is known color: Bright Turquoise. HEX triplet: 19, D3 and EB. RGB value is (25,211,235). Sum of RGB (Red+Green+Blue) = 25+211+235=471 (62% of max value = 765). Red value is 25 (10.16% from 255 or 5.31% from 471); Green value is 211 (82.81% from 255 or 44.80% from 471); Blue value is 235 (92.19% from 255 or 49.89% from 471); Max value from RGB is 235 - color contains mainly: blue. Hex color #19D3EB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19D3EB is #E62C14. Grayscale: #9D9D9D. Windows color (decimal): -15084565 or 15455001. OLE color: 15455001.
HSL color Cylindrical-coordinate representation of color #19D3EB: hue angle of 186.86º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19D3EB is Cyan = 0.89, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 25 | 211 | 235 | - |
| CMYK | 0.89 | 0.10 | 0 | 0.08 |
| HSL | 186.86º | 0.84% | 0.51% | - |
| HSV(B) | 186.86º | 0.89% | 0.92% | - |
| XYZ | 38.69 | 52.79 | 86.75 | - |
| YUV | 158.12 | 171.38 | 33.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 211 | 235 | 0.89 | 0.10 | 0 | 0.08 | 186.86 | 0.84 | 0.51 |
| Hex | 19 | D3 | EB | 59 | A | 0 | 8 | BB | 54 | 33 |
| Octal | 31 | 323 | 353 | 131 | 12 | 0 | 10 | 273 | 124 | 63 |
| Binary | 11001 | 11010011 | 11101011 | 1011001 | 1010 | 0 | 1000 | 10111011 | 1010100 | 110011 |
Color Harmonies of #19D3EB
Complementary color
Monochromatic Colors of #19D3EB
Black with #19D3EB
Text Example
Text Example
White with #19D3EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19D3EB; }
p { color: rgb(25,211,235); }
H1.HeaderClassName
{
color: #19D3EB;
}
.AnyTagClassName
{
color: #19D3EB;
}
</style>
background-color css
<style>
a { background-color: #19D3EB; }
a { background-color: rgb(25,211,235); }
div.DivClassName
{
background-color: #19D3EB;
}
.BgClassName
{
background-color: #19D3EB;
}
</style>
border-color css
<style>
span { border-color: #19D3EB; }
span { border-color: rgb(25,211,235); }
td.TdClassName
{
border-color: #19D3EB;
}
.TagClassName
{
border-color: #19D3EB;
}
</style>