Shades of Bright Turquoise #19FFCC
Tints of Bright Turquoise #19FFCC
RGB
CMYK
RGB Variations
Color information
#19FFCC (or 0x19FFCC) is known color: Bright Turquoise. HEX triplet: 19, FF and CC. RGB value is (25,255,204). Sum of RGB (Red+Green+Blue) = 25+255+204=484 (64% of max value = 765). Red value is 25 (10.16% from 255 or 5.17% from 484); Green value is 255 (100% from 255 or 52.69% from 484); Blue value is 204 (80.08% from 255 or 42.15% from 484); Max value from RGB is 255 - color contains mainly: green. Hex color #19FFCC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19FFCC is #E60033. Grayscale: #B4B4B4. Windows color (decimal): -15073332 or 13434649. OLE color: 13434649.
HSL color Cylindrical-coordinate representation of color #19FFCC: hue angle of 166.7º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19FFCC is Cyan = 0.90, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 25 | 255 | 204 | - |
| CMYK | 0.90 | 0 | 0.2 | 0 |
| HSL | 166.7º | 1% | 0.55% | - |
| HSV(B) | 166.7º | 0.9% | 1% | - |
| XYZ | 47.06 | 76.09 | 69.33 | - |
| YUV | 180.42 | 141.3 | 17.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 255 | 204 | 0.90 | 0 | 0.2 | 0 | 166.7 | 1 | 0.55 |
| Hex | 19 | FF | CC | 5A | 0 | 14 | 0 | A7 | 64 | 37 |
| Octal | 31 | 377 | 314 | 132 | 0 | 24 | 0 | 247 | 144 | 67 |
| Binary | 11001 | 11111111 | 11001100 | 1011010 | 0 | 10100 | 0 | 10100111 | 1100100 | 110111 |
Color Harmonies of #19FFCC
Complementary color
Monochromatic Colors of #19FFCC
Black with #19FFCC
Text Example
Text Example
White with #19FFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19FFCC; }
p { color: rgb(25,255,204); }
H1.HeaderClassName
{
color: #19FFCC;
}
.AnyTagClassName
{
color: #19FFCC;
}
</style>
background-color css
<style>
a { background-color: #19FFCC; }
a { background-color: rgb(25,255,204); }
div.DivClassName
{
background-color: #19FFCC;
}
.BgClassName
{
background-color: #19FFCC;
}
</style>
border-color css
<style>
span { border-color: #19FFCC; }
span { border-color: rgb(25,255,204); }
td.TdClassName
{
border-color: #19FFCC;
}
.TagClassName
{
border-color: #19FFCC;
}
</style>