Shades of Bright Turquoise #19DDEC
Tints of Bright Turquoise #19DDEC
RGB
CMYK
RGB Variations
Color information
#19DDEC (or 0x19DDEC) is known color: Bright Turquoise. HEX triplet: 19, DD and EC. RGB value is (25,221,236). Sum of RGB (Red+Green+Blue) = 25+221+236=482 (63% of max value = 765). Red value is 25 (10.16% from 255 or 5.19% from 482); Green value is 221 (86.72% from 255 or 45.85% from 482); Blue value is 236 (92.58% from 255 or 48.96% from 482); Max value from RGB is 236 - color contains mainly: blue. Hex color #19DDEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19DDEC is #E62213. Grayscale: #A3A3A3. Windows color (decimal): -15082004 or 15523097. OLE color: 15523097.
HSL color Cylindrical-coordinate representation of color #19DDEC: hue angle of 184.27º 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 #19DDEC is Cyan = 0.89, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 221 | 236 | - |
| CMYK | 0.89 | 0.06 | 0 | 0.07 |
| HSL | 184.27º | 0.85% | 0.51% | - |
| HSV(B) | 184.27º | 0.89% | 0.93% | - |
| XYZ | 41.4 | 57.98 | 88.37 | - |
| YUV | 164.11 | 168.57 | 28.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 221 | 236 | 0.89 | 0.06 | 0 | 0.07 | 184.27 | 0.85 | 0.51 |
| Hex | 19 | DD | EC | 59 | 6 | 0 | 7 | B8 | 55 | 33 |
| Octal | 31 | 335 | 354 | 131 | 6 | 0 | 7 | 270 | 125 | 63 |
| Binary | 11001 | 11011101 | 11101100 | 1011001 | 110 | 0 | 111 | 10111000 | 1010101 | 110011 |
Color Harmonies of #19DDEC
Complementary color
Monochromatic Colors of #19DDEC
Black with #19DDEC
Text Example
Text Example
White with #19DDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19DDEC; }
p { color: rgb(25,221,236); }
H1.HeaderClassName
{
color: #19DDEC;
}
.AnyTagClassName
{
color: #19DDEC;
}
</style>
background-color css
<style>
a { background-color: #19DDEC; }
a { background-color: rgb(25,221,236); }
div.DivClassName
{
background-color: #19DDEC;
}
.BgClassName
{
background-color: #19DDEC;
}
</style>
border-color css
<style>
span { border-color: #19DDEC; }
span { border-color: rgb(25,221,236); }
td.TdClassName
{
border-color: #19DDEC;
}
.TagClassName
{
border-color: #19DDEC;
}
</style>