Shades of Bright Turquoise #19EAD3
Tints of Bright Turquoise #19EAD3
RGB
CMYK
RGB Variations
Color information
#19EAD3 (or 0x19EAD3) is known color: Bright Turquoise. HEX triplet: 19, EA and D3. RGB value is (25,234,211). Sum of RGB (Red+Green+Blue) = 25+234+211=470 (62% of max value = 765). Red value is 25 (10.16% from 255 or 5.32% from 470); Green value is 234 (91.80% from 255 or 49.79% from 470); Blue value is 211 (82.81% from 255 or 44.89% from 470); Max value from RGB is 234 - color contains mainly: green. Hex color #19EAD3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19EAD3 is #E6152C. Grayscale: #A8A8A8. Windows color (decimal): -15078701 or 13888025. OLE color: 13888025.
HSL color Cylindrical-coordinate representation of color #19EAD3: hue angle of 173.4º 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 #19EAD3 is Cyan = 0.89, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 25 | 234 | 211 | - |
| CMYK | 0.89 | 0 | 0.10 | 0.08 |
| HSL | 173.4º | 0.83% | 0.51% | - |
| HSV(B) | 173.4º | 0.89% | 0.92% | - |
| XYZ | 41.58 | 63.76 | 71.74 | - |
| YUV | 168.89 | 151.76 | 25.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 234 | 211 | 0.89 | 0 | 0.10 | 0.08 | 173.4 | 0.83 | 0.51 |
| Hex | 19 | EA | D3 | 59 | 0 | A | 8 | AD | 53 | 33 |
| Octal | 31 | 352 | 323 | 131 | 0 | 12 | 10 | 255 | 123 | 63 |
| Binary | 11001 | 11101010 | 11010011 | 1011001 | 0 | 1010 | 1000 | 10101101 | 1010011 | 110011 |
Color Harmonies of #19EAD3
Complementary color
Monochromatic Colors of #19EAD3
Black with #19EAD3
Text Example
Text Example
White with #19EAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19EAD3; }
p { color: rgb(25,234,211); }
H1.HeaderClassName
{
color: #19EAD3;
}
.AnyTagClassName
{
color: #19EAD3;
}
</style>
background-color css
<style>
a { background-color: #19EAD3; }
a { background-color: rgb(25,234,211); }
div.DivClassName
{
background-color: #19EAD3;
}
.BgClassName
{
background-color: #19EAD3;
}
</style>
border-color css
<style>
span { border-color: #19EAD3; }
span { border-color: rgb(25,234,211); }
td.TdClassName
{
border-color: #19EAD3;
}
.TagClassName
{
border-color: #19EAD3;
}
</style>