Shades of Bright Turquoise #19EAD4
Tints of Bright Turquoise #19EAD4
RGB
CMYK
RGB Variations
Color information
#19EAD4 (or 0x19EAD4) is known color: Bright Turquoise. HEX triplet: 19, EA and D4. RGB value is (25,234,212). Sum of RGB (Red+Green+Blue) = 25+234+212=471 (62% of max value = 765). Red value is 25 (10.16% from 255 or 5.31% from 471); Green value is 234 (91.80% from 255 or 49.68% from 471); Blue value is 212 (83.20% from 255 or 45.01% from 471); Max value from RGB is 234 - color contains mainly: green. Hex color #19EAD4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19EAD4 is #E6152B. Grayscale: #A8A8A8. Windows color (decimal): -15078700 or 13953561. OLE color: 13953561.
HSL color Cylindrical-coordinate representation of color #19EAD4: hue angle of 173.68º 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 #19EAD4 is Cyan = 0.89, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 25 | 234 | 212 | - |
| CMYK | 0.89 | 0 | 0.09 | 0.08 |
| HSL | 173.68º | 0.83% | 0.51% | - |
| HSV(B) | 173.68º | 0.89% | 0.92% | - |
| XYZ | 41.71 | 63.81 | 72.4 | - |
| YUV | 169 | 152.26 | 25.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 234 | 212 | 0.89 | 0 | 0.09 | 0.08 | 173.68 | 0.83 | 0.51 |
| Hex | 19 | EA | D4 | 59 | 0 | 9 | 8 | AE | 53 | 33 |
| Octal | 31 | 352 | 324 | 131 | 0 | 11 | 10 | 256 | 123 | 63 |
| Binary | 11001 | 11101010 | 11010100 | 1011001 | 0 | 1001 | 1000 | 10101110 | 1010011 | 110011 |
Color Harmonies of #19EAD4
Complementary color
Monochromatic Colors of #19EAD4
Black with #19EAD4
Text Example
Text Example
White with #19EAD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19EAD4; }
p { color: rgb(25,234,212); }
H1.HeaderClassName
{
color: #19EAD4;
}
.AnyTagClassName
{
color: #19EAD4;
}
</style>
background-color css
<style>
a { background-color: #19EAD4; }
a { background-color: rgb(25,234,212); }
div.DivClassName
{
background-color: #19EAD4;
}
.BgClassName
{
background-color: #19EAD4;
}
</style>
border-color css
<style>
span { border-color: #19EAD4; }
span { border-color: rgb(25,234,212); }
td.TdClassName
{
border-color: #19EAD4;
}
.TagClassName
{
border-color: #19EAD4;
}
</style>