Shades of Bright Turquoise #19FCCC
Tints of Bright Turquoise #19FCCC
RGB
CMYK
RGB Variations
Color information
#19FCCC (or 0x19FCCC) is known color: Bright Turquoise. HEX triplet: 19, FC and CC. RGB value is (25,252,204). Sum of RGB (Red+Green+Blue) = 25+252+204=481 (63% of max value = 765). Red value is 25 (10.16% from 255 or 5.20% from 481); Green value is 252 (98.83% from 255 or 52.39% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 252 - color contains mainly: green. Hex color #19FCCC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19FCCC is #E60333. Grayscale: #B2B2B2. Windows color (decimal): -15074100 or 13433881. OLE color: 13433881.
HSL color Cylindrical-coordinate representation of color #19FCCC: hue angle of 167.31º 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 #19FCCC is Cyan = 0.90, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 25 | 252 | 204 | - |
| CMYK | 0.90 | 0 | 0.19 | 0.01 |
| HSL | 167.31º | 0.97% | 0.54% | - |
| HSV(B) | 167.31º | 0.9% | 0.99% | - |
| XYZ | 46.11 | 74.19 | 69.02 | - |
| YUV | 178.66 | 142.29 | 18.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 252 | 204 | 0.90 | 0 | 0.19 | 0.01 | 167.31 | 0.97 | 0.54 |
| Hex | 19 | FC | CC | 5A | 0 | 13 | 1 | A7 | 61 | 36 |
| Octal | 31 | 374 | 314 | 132 | 0 | 23 | 1 | 247 | 141 | 66 |
| Binary | 11001 | 11111100 | 11001100 | 1011010 | 0 | 10011 | 1 | 10100111 | 1100001 | 110110 |
Color Harmonies of #19FCCC
Complementary color
Monochromatic Colors of #19FCCC
Black with #19FCCC
Text Example
Text Example
White with #19FCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19FCCC; }
p { color: rgb(25,252,204); }
H1.HeaderClassName
{
color: #19FCCC;
}
.AnyTagClassName
{
color: #19FCCC;
}
</style>
background-color css
<style>
a { background-color: #19FCCC; }
a { background-color: rgb(25,252,204); }
div.DivClassName
{
background-color: #19FCCC;
}
.BgClassName
{
background-color: #19FCCC;
}
</style>
border-color css
<style>
span { border-color: #19FCCC; }
span { border-color: rgb(25,252,204); }
td.TdClassName
{
border-color: #19FCCC;
}
.TagClassName
{
border-color: #19FCCC;
}
</style>