Shades of Bright Turquoise #19EFCD
Tints of Bright Turquoise #19EFCD
RGB
CMYK
RGB Variations
Color information
#19EFCD (or 0x19EFCD) is known color: Bright Turquoise. HEX triplet: 19, EF and CD. RGB value is (25,239,205). Sum of RGB (Red+Green+Blue) = 25+239+205=469 (62% of max value = 765). Red value is 25 (10.16% from 255 or 5.33% from 469); Green value is 239 (93.75% from 255 or 50.96% from 469); Blue value is 205 (80.47% from 255 or 43.71% from 469); Max value from RGB is 239 - color contains mainly: green. Hex color #19EFCD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19EFCD is #E61032. Grayscale: #ABABAB. Windows color (decimal): -15077427 or 13496089. OLE color: 13496089.
HSL color Cylindrical-coordinate representation of color #19EFCD: hue angle of 170.47º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19EFCD is Cyan = 0.90, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 25 | 239 | 205 | - |
| CMYK | 0.90 | 0 | 0.14 | 0.06 |
| HSL | 170.47º | 0.87% | 0.52% | - |
| HSV(B) | 170.47º | 0.9% | 0.94% | - |
| XYZ | 42.29 | 66.35 | 68.34 | - |
| YUV | 171.14 | 147.1 | 23.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 239 | 205 | 0.90 | 0 | 0.14 | 0.06 | 170.47 | 0.87 | 0.52 |
| Hex | 19 | EF | CD | 5A | 0 | E | 6 | AA | 57 | 34 |
| Octal | 31 | 357 | 315 | 132 | 0 | 16 | 6 | 252 | 127 | 64 |
| Binary | 11001 | 11101111 | 11001101 | 1011010 | 0 | 1110 | 110 | 10101010 | 1010111 | 110100 |
Color Harmonies of #19EFCD
Complementary color
Monochromatic Colors of #19EFCD
Black with #19EFCD
Text Example
Text Example
White with #19EFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19EFCD; }
p { color: rgb(25,239,205); }
H1.HeaderClassName
{
color: #19EFCD;
}
.AnyTagClassName
{
color: #19EFCD;
}
</style>
background-color css
<style>
a { background-color: #19EFCD; }
a { background-color: rgb(25,239,205); }
div.DivClassName
{
background-color: #19EFCD;
}
.BgClassName
{
background-color: #19EFCD;
}
</style>
border-color css
<style>
span { border-color: #19EFCD; }
span { border-color: rgb(25,239,205); }
td.TdClassName
{
border-color: #19EFCD;
}
.TagClassName
{
border-color: #19EFCD;
}
</style>