Shades of Bright Turquoise #19F4D4
Tints of Bright Turquoise #19F4D4
RGB
CMYK
RGB Variations
Color information
#19F4D4 (or 0x19F4D4) is known color: Bright Turquoise. HEX triplet: 19, F4 and D4. RGB value is (25,244,212). Sum of RGB (Red+Green+Blue) = 25+244+212=481 (63% of max value = 765). Red value is 25 (10.16% from 255 or 5.20% from 481); Green value is 244 (95.70% from 255 or 50.73% from 481); Blue value is 212 (83.20% from 255 or 44.07% from 481); Max value from RGB is 244 - color contains mainly: green. Hex color #19F4D4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19F4D4 is #E60B2B. Grayscale: #AEAEAE. Windows color (decimal): -15076140 or 13956121. OLE color: 13956121.
HSL color Cylindrical-coordinate representation of color #19F4D4: hue angle of 171.23º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19F4D4 is Cyan = 0.90, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 25 | 244 | 212 | - |
| CMYK | 0.90 | 0 | 0.13 | 0.04 |
| HSL | 171.23º | 0.91% | 0.53% | - |
| HSV(B) | 171.23º | 0.9% | 0.96% | - |
| XYZ | 44.64 | 69.66 | 73.38 | - |
| YUV | 174.87 | 148.95 | 21.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 244 | 212 | 0.90 | 0 | 0.13 | 0.04 | 171.23 | 0.91 | 0.53 |
| Hex | 19 | F4 | D4 | 5A | 0 | D | 4 | AB | 5B | 35 |
| Octal | 31 | 364 | 324 | 132 | 0 | 15 | 4 | 253 | 133 | 65 |
| Binary | 11001 | 11110100 | 11010100 | 1011010 | 0 | 1101 | 100 | 10101011 | 1011011 | 110101 |
Color Harmonies of #19F4D4
Complementary color
Monochromatic Colors of #19F4D4
Black with #19F4D4
Text Example
Text Example
White with #19F4D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19F4D4; }
p { color: rgb(25,244,212); }
H1.HeaderClassName
{
color: #19F4D4;
}
.AnyTagClassName
{
color: #19F4D4;
}
</style>
background-color css
<style>
a { background-color: #19F4D4; }
a { background-color: rgb(25,244,212); }
div.DivClassName
{
background-color: #19F4D4;
}
.BgClassName
{
background-color: #19F4D4;
}
</style>
border-color css
<style>
span { border-color: #19F4D4; }
span { border-color: rgb(25,244,212); }
td.TdClassName
{
border-color: #19F4D4;
}
.TagClassName
{
border-color: #19F4D4;
}
</style>