Shades of Bright Turquoise #19D4EE
Tints of Bright Turquoise #19D4EE
RGB
CMYK
RGB Variations
Color information
#19D4EE (or 0x19D4EE) is known color: Bright Turquoise. HEX triplet: 19, D4 and EE. RGB value is (25,212,238). Sum of RGB (Red+Green+Blue) = 25+212+238=475 (62% of max value = 765). Red value is 25 (10.16% from 255 or 5.26% from 475); Green value is 212 (83.20% from 255 or 44.63% from 475); Blue value is 238 (93.36% from 255 or 50.11% from 475); Max value from RGB is 238 - color contains mainly: blue. Hex color #19D4EE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19D4EE is #E62B11. Grayscale: #9E9E9E. Windows color (decimal): -15084306 or 15651865. OLE color: 15651865.
HSL color Cylindrical-coordinate representation of color #19D4EE: hue angle of 187.32º 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 #19D4EE is Cyan = 0.89, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 212 | 238 | - |
| CMYK | 0.89 | 0.11 | 0 | 0.07 |
| HSL | 187.32º | 0.86% | 0.52% | - |
| HSV(B) | 187.32º | 0.89% | 0.93% | - |
| XYZ | 39.38 | 53.47 | 89.13 | - |
| YUV | 159.05 | 172.55 | 32.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 212 | 238 | 0.89 | 0.11 | 0 | 0.07 | 187.32 | 0.86 | 0.52 |
| Hex | 19 | D4 | EE | 59 | B | 0 | 7 | BB | 56 | 34 |
| Octal | 31 | 324 | 356 | 131 | 13 | 0 | 7 | 273 | 126 | 64 |
| Binary | 11001 | 11010100 | 11101110 | 1011001 | 1011 | 0 | 111 | 10111011 | 1010110 | 110100 |
Color Harmonies of #19D4EE
Complementary color
Monochromatic Colors of #19D4EE
Black with #19D4EE
Text Example
Text Example
White with #19D4EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19D4EE; }
p { color: rgb(25,212,238); }
H1.HeaderClassName
{
color: #19D4EE;
}
.AnyTagClassName
{
color: #19D4EE;
}
</style>
background-color css
<style>
a { background-color: #19D4EE; }
a { background-color: rgb(25,212,238); }
div.DivClassName
{
background-color: #19D4EE;
}
.BgClassName
{
background-color: #19D4EE;
}
</style>
border-color css
<style>
span { border-color: #19D4EE; }
span { border-color: rgb(25,212,238); }
td.TdClassName
{
border-color: #19D4EE;
}
.TagClassName
{
border-color: #19D4EE;
}
</style>