Shades of Bright Turquoise #19F2C8
Tints of Bright Turquoise #19F2C8
RGB
CMYK
RGB Variations
Color information
#19F2C8 (or 0x19F2C8) is known color: Bright Turquoise. HEX triplet: 19, F2 and C8. RGB value is (25,242,200). Sum of RGB (Red+Green+Blue) = 25+242+200=467 (61% of max value = 765). Red value is 25 (10.16% from 255 or 5.35% from 467); Green value is 242 (94.92% from 255 or 51.82% from 467); Blue value is 200 (78.52% from 255 or 42.83% from 467); Max value from RGB is 242 - color contains mainly: green. Hex color #19F2C8 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19F2C8 is #E60D37. Grayscale: #ACACAC. Windows color (decimal): -15076664 or 13169177. OLE color: 13169177.
HSL color Cylindrical-coordinate representation of color #19F2C8: hue angle of 168.39º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19F2C8 is Cyan = 0.90, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 25 | 242 | 200 | - |
| CMYK | 0.90 | 0 | 0.17 | 0.05 |
| HSL | 168.39º | 0.89% | 0.52% | - |
| HSV(B) | 168.39º | 0.9% | 0.95% | - |
| XYZ | 42.58 | 67.88 | 65.5 | - |
| YUV | 172.33 | 143.61 | 22.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 242 | 200 | 0.90 | 0 | 0.17 | 0.05 | 168.39 | 0.89 | 0.52 |
| Hex | 19 | F2 | C8 | 5A | 0 | 11 | 5 | A8 | 59 | 34 |
| Octal | 31 | 362 | 310 | 132 | 0 | 21 | 5 | 250 | 131 | 64 |
| Binary | 11001 | 11110010 | 11001000 | 1011010 | 0 | 10001 | 101 | 10101000 | 1011001 | 110100 |
Color Harmonies of #19F2C8
Complementary color
Monochromatic Colors of #19F2C8
Black with #19F2C8
Text Example
Text Example
White with #19F2C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19F2C8; }
p { color: rgb(25,242,200); }
H1.HeaderClassName
{
color: #19F2C8;
}
.AnyTagClassName
{
color: #19F2C8;
}
</style>
background-color css
<style>
a { background-color: #19F2C8; }
a { background-color: rgb(25,242,200); }
div.DivClassName
{
background-color: #19F2C8;
}
.BgClassName
{
background-color: #19F2C8;
}
</style>
border-color css
<style>
span { border-color: #19F2C8; }
span { border-color: rgb(25,242,200); }
td.TdClassName
{
border-color: #19F2C8;
}
.TagClassName
{
border-color: #19F2C8;
}
</style>