Shades of Bright Turquoise #19DFC2
Tints of Bright Turquoise #19DFC2
RGB
CMYK
RGB Variations
Color information
#19DFC2 (or 0x19DFC2) is known color: Bright Turquoise. HEX triplet: 19, DF and C2. RGB value is (25,223,194). Sum of RGB (Red+Green+Blue) = 25+223+194=442 (58% of max value = 765). Red value is 25 (10.16% from 255 or 5.66% from 442); Green value is 223 (87.5% from 255 or 50.45% from 442); Blue value is 194 (76.17% from 255 or 43.89% from 442); Max value from RGB is 223 - color contains mainly: green. Hex color #19DFC2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19DFC2 is #E6203D. Grayscale: #A0A0A0. Windows color (decimal): -15081534 or 12771097. OLE color: 12771097.
HSL color Cylindrical-coordinate representation of color #19DFC2: hue angle of 171.21º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19DFC2 is Cyan = 0.89, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 223 | 194 | - |
| CMYK | 0.89 | 0 | 0.13 | 0.13 |
| HSL | 171.21º | 0.8% | 0.49% | - |
| HSV(B) | 171.21º | 0.89% | 0.87% | - |
| XYZ | 36.53 | 56.88 | 60.09 | - |
| YUV | 160.49 | 146.9 | 31.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 223 | 194 | 0.89 | 0 | 0.13 | 0.13 | 171.21 | 0.8 | 0.49 |
| Hex | 19 | DF | C2 | 59 | 0 | D | D | AB | 50 | 31 |
| Octal | 31 | 337 | 302 | 131 | 0 | 15 | 15 | 253 | 120 | 61 |
| Binary | 11001 | 11011111 | 11000010 | 1011001 | 0 | 1101 | 1101 | 10101011 | 1010000 | 110001 |
Color Harmonies of #19DFC2
Complementary color
Monochromatic Colors of #19DFC2
Black with #19DFC2
Text Example
Text Example
White with #19DFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19DFC2; }
p { color: rgb(25,223,194); }
H1.HeaderClassName
{
color: #19DFC2;
}
.AnyTagClassName
{
color: #19DFC2;
}
</style>
background-color css
<style>
a { background-color: #19DFC2; }
a { background-color: rgb(25,223,194); }
div.DivClassName
{
background-color: #19DFC2;
}
.BgClassName
{
background-color: #19DFC2;
}
</style>
border-color css
<style>
span { border-color: #19DFC2; }
span { border-color: rgb(25,223,194); }
td.TdClassName
{
border-color: #19DFC2;
}
.TagClassName
{
border-color: #19DFC2;
}
</style>