Shades of Bright Turquoise #13EAC0
Tints of Bright Turquoise #13EAC0
RGB
CMYK
RGB Variations
Color information
#13EAC0 (or 0x13EAC0) is known color: Bright Turquoise. HEX triplet: 13, EA and C0. RGB value is (19,234,192). Sum of RGB (Red+Green+Blue) = 19+234+192=445 (58% of max value = 765). Red value is 19 (7.81% from 255 or 4.27% from 445); Green value is 234 (91.80% from 255 or 52.58% from 445); Blue value is 192 (75.39% from 255 or 43.15% from 445); Max value from RGB is 234 - color contains mainly: green. Hex color #13EAC0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13EAC0 is #EC153F. Grayscale: #A4A4A4. Windows color (decimal): -15471936 or 12642835. OLE color: 12642835.
HSL color Cylindrical-coordinate representation of color #13EAC0: hue angle of 168.28º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13EAC0 is Cyan = 0.92, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 19 | 234 | 192 | - |
| CMYK | 0.92 | 0 | 0.18 | 0.08 |
| HSL | 168.28º | 0.85% | 0.5% | - |
| HSV(B) | 168.28º | 0.92% | 0.92% | - |
| XYZ | 39.21 | 62.79 | 59.92 | - |
| YUV | 164.93 | 143.27 | 23.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 234 | 192 | 0.92 | 0 | 0.18 | 0.08 | 168.28 | 0.85 | 0.5 |
| Hex | 13 | EA | C0 | 5C | 0 | 12 | 8 | A8 | 55 | 32 |
| Octal | 23 | 352 | 300 | 134 | 0 | 22 | 10 | 250 | 125 | 62 |
| Binary | 10011 | 11101010 | 11000000 | 1011100 | 0 | 10010 | 1000 | 10101000 | 1010101 | 110010 |
Color Harmonies of #13EAC0
Complementary color
Monochromatic Colors of #13EAC0
Black with #13EAC0
Text Example
Text Example
White with #13EAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13EAC0; }
p { color: rgb(19,234,192); }
H1.HeaderClassName
{
color: #13EAC0;
}
.AnyTagClassName
{
color: #13EAC0;
}
</style>
background-color css
<style>
a { background-color: #13EAC0; }
a { background-color: rgb(19,234,192); }
div.DivClassName
{
background-color: #13EAC0;
}
.BgClassName
{
background-color: #13EAC0;
}
</style>
border-color css
<style>
span { border-color: #13EAC0; }
span { border-color: rgb(19,234,192); }
td.TdClassName
{
border-color: #13EAC0;
}
.TagClassName
{
border-color: #13EAC0;
}
</style>