Shades of Bright Turquoise #19DFEC
Tints of Bright Turquoise #19DFEC
RGB
CMYK
RGB Variations
Color information
#19DFEC (or 0x19DFEC) is known color: Bright Turquoise. HEX triplet: 19, DF and EC. RGB value is (25,223,236). Sum of RGB (Red+Green+Blue) = 25+223+236=484 (64% of max value = 765). Red value is 25 (10.16% from 255 or 5.17% from 484); Green value is 223 (87.5% from 255 or 46.07% from 484); Blue value is 236 (92.58% from 255 or 48.76% from 484); Max value from RGB is 236 - color contains mainly: blue. Hex color #19DFEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19DFEC is #E62013. Grayscale: #A5A5A5. Windows color (decimal): -15081492 or 15523609. OLE color: 15523609.
HSL color Cylindrical-coordinate representation of color #19DFEC: hue angle of 183.7º 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 #19DFEC is Cyan = 0.89, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 223 | 236 | - |
| CMYK | 0.89 | 0.06 | 0 | 0.07 |
| HSL | 183.7º | 0.85% | 0.51% | - |
| HSV(B) | 183.7º | 0.89% | 0.93% | - |
| XYZ | 41.93 | 59.04 | 88.54 | - |
| YUV | 165.28 | 167.9 | 27.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 223 | 236 | 0.89 | 0.06 | 0 | 0.07 | 183.7 | 0.85 | 0.51 |
| Hex | 19 | DF | EC | 59 | 6 | 0 | 7 | B8 | 55 | 33 |
| Octal | 31 | 337 | 354 | 131 | 6 | 0 | 7 | 270 | 125 | 63 |
| Binary | 11001 | 11011111 | 11101100 | 1011001 | 110 | 0 | 111 | 10111000 | 1010101 | 110011 |
Color Harmonies of #19DFEC
Complementary color
Monochromatic Colors of #19DFEC
Black with #19DFEC
Text Example
Text Example
White with #19DFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19DFEC; }
p { color: rgb(25,223,236); }
H1.HeaderClassName
{
color: #19DFEC;
}
.AnyTagClassName
{
color: #19DFEC;
}
</style>
background-color css
<style>
a { background-color: #19DFEC; }
a { background-color: rgb(25,223,236); }
div.DivClassName
{
background-color: #19DFEC;
}
.BgClassName
{
background-color: #19DFEC;
}
</style>
border-color css
<style>
span { border-color: #19DFEC; }
span { border-color: rgb(25,223,236); }
td.TdClassName
{
border-color: #19DFEC;
}
.TagClassName
{
border-color: #19DFEC;
}
</style>