Shades of Bright Turquoise #19F2DC
Tints of Bright Turquoise #19F2DC
RGB
CMYK
RGB Variations
Color information
#19F2DC (or 0x19F2DC) is known color: Bright Turquoise. HEX triplet: 19, F2 and DC. RGB value is (25,242,220). Sum of RGB (Red+Green+Blue) = 25+242+220=487 (64% of max value = 765). Red value is 25 (10.16% from 255 or 5.13% from 487); Green value is 242 (94.92% from 255 or 49.69% from 487); Blue value is 220 (86.33% from 255 or 45.17% from 487); Max value from RGB is 242 - color contains mainly: green. Hex color #19F2DC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19F2DC is #E60D23. Grayscale: #AEAEAE. Windows color (decimal): -15076644 or 14479897. OLE color: 14479897.
HSL color Cylindrical-coordinate representation of color #19F2DC: hue angle of 173.92º 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 #19F2DC is Cyan = 0.90, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 25 | 242 | 220 | - |
| CMYK | 0.90 | 0 | 0.09 | 0.05 |
| HSL | 173.92º | 0.89% | 0.52% | - |
| HSV(B) | 173.92º | 0.9% | 0.95% | - |
| XYZ | 45.07 | 68.88 | 78.63 | - |
| YUV | 174.61 | 153.61 | 21.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 242 | 220 | 0.90 | 0 | 0.09 | 0.05 | 173.92 | 0.89 | 0.52 |
| Hex | 19 | F2 | DC | 5A | 0 | 9 | 5 | AE | 59 | 34 |
| Octal | 31 | 362 | 334 | 132 | 0 | 11 | 5 | 256 | 131 | 64 |
| Binary | 11001 | 11110010 | 11011100 | 1011010 | 0 | 1001 | 101 | 10101110 | 1011001 | 110100 |
Color Harmonies of #19F2DC
Complementary color
Monochromatic Colors of #19F2DC
Black with #19F2DC
Text Example
Text Example
White with #19F2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19F2DC; }
p { color: rgb(25,242,220); }
H1.HeaderClassName
{
color: #19F2DC;
}
.AnyTagClassName
{
color: #19F2DC;
}
</style>
background-color css
<style>
a { background-color: #19F2DC; }
a { background-color: rgb(25,242,220); }
div.DivClassName
{
background-color: #19F2DC;
}
.BgClassName
{
background-color: #19F2DC;
}
</style>
border-color css
<style>
span { border-color: #19F2DC; }
span { border-color: rgb(25,242,220); }
td.TdClassName
{
border-color: #19F2DC;
}
.TagClassName
{
border-color: #19F2DC;
}
</style>