Shades of Bright Turquoise #19FDEC
Tints of Bright Turquoise #19FDEC
RGB
CMYK
RGB Variations
Color information
#19FDEC (or 0x19FDEC) is known color: Bright Turquoise. HEX triplet: 19, FD and EC. RGB value is (25,253,236). Sum of RGB (Red+Green+Blue) = 25+253+236=514 (68% of max value = 765). Red value is 25 (10.16% from 255 or 4.86% from 514); Green value is 253 (99.22% from 255 or 49.22% from 514); Blue value is 236 (92.58% from 255 or 45.91% from 514); Max value from RGB is 253 - color contains mainly: green. Hex color #19FDEC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #19FDEC is #E60213. Grayscale: #B6B6B6. Windows color (decimal): -15073812 or 15531289. OLE color: 15531289.
HSL color Cylindrical-coordinate representation of color #19FDEC: hue angle of 175.53º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19FDEC is Cyan = 0.90, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 25 | 253 | 236 | - |
| CMYK | 0.90 | 0 | 0.07 | 0.01 |
| HSL | 175.53º | 0.98% | 0.55% | - |
| HSV(B) | 175.53º | 0.9% | 0.99% | - |
| XYZ | 50.67 | 76.51 | 91.46 | - |
| YUV | 182.89 | 157.96 | 15.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 253 | 236 | 0.90 | 0 | 0.07 | 0.01 | 175.53 | 0.98 | 0.55 |
| Hex | 19 | FD | EC | 5A | 0 | 7 | 1 | B0 | 62 | 37 |
| Octal | 31 | 375 | 354 | 132 | 0 | 7 | 1 | 260 | 142 | 67 |
| Binary | 11001 | 11111101 | 11101100 | 1011010 | 0 | 111 | 1 | 10110000 | 1100010 | 110111 |
Color Harmonies of #19FDEC
Complementary color
Monochromatic Colors of #19FDEC
Black with #19FDEC
Text Example
Text Example
White with #19FDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19FDEC; }
p { color: rgb(25,253,236); }
H1.HeaderClassName
{
color: #19FDEC;
}
.AnyTagClassName
{
color: #19FDEC;
}
</style>
background-color css
<style>
a { background-color: #19FDEC; }
a { background-color: rgb(25,253,236); }
div.DivClassName
{
background-color: #19FDEC;
}
.BgClassName
{
background-color: #19FDEC;
}
</style>
border-color css
<style>
span { border-color: #19FDEC; }
span { border-color: rgb(25,253,236); }
td.TdClassName
{
border-color: #19FDEC;
}
.TagClassName
{
border-color: #19FDEC;
}
</style>