Shades of Bright Turquoise #19EACF
Tints of Bright Turquoise #19EACF
RGB
CMYK
RGB Variations
Color information
#19EACF (or 0x19EACF) is known color: Bright Turquoise. HEX triplet: 19, EA and CF. RGB value is (25,234,207). Sum of RGB (Red+Green+Blue) = 25+234+207=466 (61% of max value = 765). Red value is 25 (10.16% from 255 or 5.36% from 466); Green value is 234 (91.80% from 255 or 50.21% from 466); Blue value is 207 (81.25% from 255 or 44.42% from 466); Max value from RGB is 234 - color contains mainly: green. Hex color #19EACF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19EACF is #E61530. Grayscale: #A8A8A8. Windows color (decimal): -15078705 or 13625881. OLE color: 13625881.
HSL color Cylindrical-coordinate representation of color #19EACF: hue angle of 172.25º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19EACF is Cyan = 0.89, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 25 | 234 | 207 | - |
| CMYK | 0.89 | 0 | 0.12 | 0.08 |
| HSL | 172.25º | 0.83% | 0.51% | - |
| HSV(B) | 172.25º | 0.89% | 0.92% | - |
| XYZ | 41.09 | 63.56 | 69.13 | - |
| YUV | 168.43 | 149.76 | 25.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 234 | 207 | 0.89 | 0 | 0.12 | 0.08 | 172.25 | 0.83 | 0.51 |
| Hex | 19 | EA | CF | 59 | 0 | C | 8 | AC | 53 | 33 |
| Octal | 31 | 352 | 317 | 131 | 0 | 14 | 10 | 254 | 123 | 63 |
| Binary | 11001 | 11101010 | 11001111 | 1011001 | 0 | 1100 | 1000 | 10101100 | 1010011 | 110011 |
Color Harmonies of #19EACF
Complementary color
Monochromatic Colors of #19EACF
Black with #19EACF
Text Example
Text Example
White with #19EACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19EACF; }
p { color: rgb(25,234,207); }
H1.HeaderClassName
{
color: #19EACF;
}
.AnyTagClassName
{
color: #19EACF;
}
</style>
background-color css
<style>
a { background-color: #19EACF; }
a { background-color: rgb(25,234,207); }
div.DivClassName
{
background-color: #19EACF;
}
.BgClassName
{
background-color: #19EACF;
}
</style>
border-color css
<style>
span { border-color: #19EACF; }
span { border-color: rgb(25,234,207); }
td.TdClassName
{
border-color: #19EACF;
}
.TagClassName
{
border-color: #19EACF;
}
</style>