Shades of Bright Turquoise #19FCCF
Tints of Bright Turquoise #19FCCF
RGB
CMYK
RGB Variations
Color information
#19FCCF (or 0x19FCCF) is known color: Bright Turquoise. HEX triplet: 19, FC and CF. RGB value is (25,252,207). Sum of RGB (Red+Green+Blue) = 25+252+207=484 (64% of max value = 765). Red value is 25 (10.16% from 255 or 5.17% from 484); Green value is 252 (98.83% from 255 or 52.07% from 484); Blue value is 207 (81.25% from 255 or 42.77% from 484); Max value from RGB is 252 - color contains mainly: green. Hex color #19FCCF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19FCCF is #E60330. Grayscale: #B2B2B2. Windows color (decimal): -15074097 or 13630489. OLE color: 13630489.
HSL color Cylindrical-coordinate representation of color #19FCCF: hue angle of 168.11º 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 #19FCCF is Cyan = 0.90, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 25 | 252 | 207 | - |
| CMYK | 0.90 | 0 | 0.18 | 0.01 |
| HSL | 168.11º | 0.97% | 0.54% | - |
| HSV(B) | 168.11º | 0.9% | 0.99% | - |
| XYZ | 46.47 | 74.33 | 70.93 | - |
| YUV | 179 | 143.79 | 18.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 252 | 207 | 0.90 | 0 | 0.18 | 0.01 | 168.11 | 0.97 | 0.54 |
| Hex | 19 | FC | CF | 5A | 0 | 12 | 1 | A8 | 61 | 36 |
| Octal | 31 | 374 | 317 | 132 | 0 | 22 | 1 | 250 | 141 | 66 |
| Binary | 11001 | 11111100 | 11001111 | 1011010 | 0 | 10010 | 1 | 10101000 | 1100001 | 110110 |
Color Harmonies of #19FCCF
Complementary color
Monochromatic Colors of #19FCCF
Black with #19FCCF
Text Example
Text Example
White with #19FCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19FCCF; }
p { color: rgb(25,252,207); }
H1.HeaderClassName
{
color: #19FCCF;
}
.AnyTagClassName
{
color: #19FCCF;
}
</style>
background-color css
<style>
a { background-color: #19FCCF; }
a { background-color: rgb(25,252,207); }
div.DivClassName
{
background-color: #19FCCF;
}
.BgClassName
{
background-color: #19FCCF;
}
</style>
border-color css
<style>
span { border-color: #19FCCF; }
span { border-color: rgb(25,252,207); }
td.TdClassName
{
border-color: #19FCCF;
}
.TagClassName
{
border-color: #19FCCF;
}
</style>