Shades of Bright Turquoise #19FCEC
Tints of Bright Turquoise #19FCEC
RGB
CMYK
RGB Variations
Color information
#19FCEC (or 0x19FCEC) is known color: Bright Turquoise. HEX triplet: 19, FC and EC. RGB value is (25,252,236). Sum of RGB (Red+Green+Blue) = 25+252+236=513 (67% of max value = 765). Red value is 25 (10.16% from 255 or 4.87% from 513); Green value is 252 (98.83% from 255 or 49.12% from 513); Blue value is 236 (92.58% from 255 or 46.00% from 513); Max value from RGB is 252 - color contains mainly: green. Hex color #19FCEC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #19FCEC is #E60313. Grayscale: #B6B6B6. Windows color (decimal): -15074068 or 15531033. OLE color: 15531033.
HSL color Cylindrical-coordinate representation of color #19FCEC: hue angle of 175.77º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19FCEC is Cyan = 0.90, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 25 | 252 | 236 | - |
| CMYK | 0.90 | 0 | 0.06 | 0.01 |
| HSL | 175.77º | 0.97% | 0.54% | - |
| HSV(B) | 175.77º | 0.9% | 0.99% | - |
| XYZ | 50.35 | 75.88 | 91.35 | - |
| YUV | 182.3 | 158.29 | 15.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 252 | 236 | 0.90 | 0 | 0.06 | 0.01 | 175.77 | 0.97 | 0.54 |
| Hex | 19 | FC | EC | 5A | 0 | 6 | 1 | B0 | 61 | 36 |
| Octal | 31 | 374 | 354 | 132 | 0 | 6 | 1 | 260 | 141 | 66 |
| Binary | 11001 | 11111100 | 11101100 | 1011010 | 0 | 110 | 1 | 10110000 | 1100001 | 110110 |
Color Harmonies of #19FCEC
Complementary color
Monochromatic Colors of #19FCEC
Black with #19FCEC
Text Example
Text Example
White with #19FCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19FCEC; }
p { color: rgb(25,252,236); }
H1.HeaderClassName
{
color: #19FCEC;
}
.AnyTagClassName
{
color: #19FCEC;
}
</style>
background-color css
<style>
a { background-color: #19FCEC; }
a { background-color: rgb(25,252,236); }
div.DivClassName
{
background-color: #19FCEC;
}
.BgClassName
{
background-color: #19FCEC;
}
</style>
border-color css
<style>
span { border-color: #19FCEC; }
span { border-color: rgb(25,252,236); }
td.TdClassName
{
border-color: #19FCEC;
}
.TagClassName
{
border-color: #19FCEC;
}
</style>