Shades of Bright Turquoise #19D1EE
Tints of Bright Turquoise #19D1EE
RGB
CMYK
RGB Variations
Color information
#19D1EE (or 0x19D1EE) is known color: Bright Turquoise. HEX triplet: 19, D1 and EE. RGB value is (25,209,238). Sum of RGB (Red+Green+Blue) = 25+209+238=472 (62% of max value = 765). Red value is 25 (10.16% from 255 or 5.30% from 472); Green value is 209 (82.03% from 255 or 44.28% from 472); Blue value is 238 (93.36% from 255 or 50.42% from 472); Max value from RGB is 238 - color contains mainly: blue. Hex color #19D1EE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19D1EE is #E62E11. Grayscale: #9C9C9C. Windows color (decimal): -15085074 or 15651097. OLE color: 15651097.
HSL color Cylindrical-coordinate representation of color #19D1EE: hue angle of 188.17º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19D1EE is Cyan = 0.89, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 209 | 238 | - |
| CMYK | 0.89 | 0.12 | 0 | 0.07 |
| HSL | 188.17º | 0.86% | 0.52% | - |
| HSV(B) | 188.17º | 0.89% | 0.93% | - |
| XYZ | 38.63 | 51.98 | 88.89 | - |
| YUV | 157.29 | 173.54 | 33.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 209 | 238 | 0.89 | 0.12 | 0 | 0.07 | 188.17 | 0.86 | 0.52 |
| Hex | 19 | D1 | EE | 59 | C | 0 | 7 | BC | 56 | 34 |
| Octal | 31 | 321 | 356 | 131 | 14 | 0 | 7 | 274 | 126 | 64 |
| Binary | 11001 | 11010001 | 11101110 | 1011001 | 1100 | 0 | 111 | 10111100 | 1010110 | 110100 |
Color Harmonies of #19D1EE
Complementary color
Monochromatic Colors of #19D1EE
Black with #19D1EE
Text Example
Text Example
White with #19D1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19D1EE; }
p { color: rgb(25,209,238); }
H1.HeaderClassName
{
color: #19D1EE;
}
.AnyTagClassName
{
color: #19D1EE;
}
</style>
background-color css
<style>
a { background-color: #19D1EE; }
a { background-color: rgb(25,209,238); }
div.DivClassName
{
background-color: #19D1EE;
}
.BgClassName
{
background-color: #19D1EE;
}
</style>
border-color css
<style>
span { border-color: #19D1EE; }
span { border-color: rgb(25,209,238); }
td.TdClassName
{
border-color: #19D1EE;
}
.TagClassName
{
border-color: #19D1EE;
}
</style>