Shades of Bright Turquoise #16E5CA
Tints of Bright Turquoise #16E5CA
RGB
CMYK
RGB Variations
Color information
#16E5CA (or 0x16E5CA) is known color: Bright Turquoise. HEX triplet: 16, E5 and CA. RGB value is (22,229,202). Sum of RGB (Red+Green+Blue) = 22+229+202=453 (60% of max value = 765). Red value is 22 (8.98% from 255 or 4.86% from 453); Green value is 229 (89.84% from 255 or 50.55% from 453); Blue value is 202 (79.30% from 255 or 44.59% from 453); Max value from RGB is 229 - color contains mainly: green. Hex color #16E5CA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16E5CA is #E91A35. Grayscale: #A3A3A3. Windows color (decimal): -15276598 or 13296918. OLE color: 13296918.
HSL color Cylindrical-coordinate representation of color #16E5CA: hue angle of 172.17º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16E5CA is Cyan = 0.90, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 22 | 229 | 202 | - |
| CMYK | 0.90 | 0 | 0.12 | 0.10 |
| HSL | 172.17º | 0.82% | 0.49% | - |
| HSV(B) | 172.17º | 0.9% | 0.9% | - |
| XYZ | 39.01 | 60.47 | 65.49 | - |
| YUV | 164.03 | 149.42 | 26.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 229 | 202 | 0.90 | 0 | 0.12 | 0.10 | 172.17 | 0.82 | 0.49 |
| Hex | 16 | E5 | CA | 5A | 0 | C | A | AC | 52 | 31 |
| Octal | 26 | 345 | 312 | 132 | 0 | 14 | 12 | 254 | 122 | 61 |
| Binary | 10110 | 11100101 | 11001010 | 1011010 | 0 | 1100 | 1010 | 10101100 | 1010010 | 110001 |
Color Harmonies of #16E5CA
Complementary color
Monochromatic Colors of #16E5CA
Black with #16E5CA
Text Example
Text Example
White with #16E5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16E5CA; }
p { color: rgb(22,229,202); }
H1.HeaderClassName
{
color: #16E5CA;
}
.AnyTagClassName
{
color: #16E5CA;
}
</style>
background-color css
<style>
a { background-color: #16E5CA; }
a { background-color: rgb(22,229,202); }
div.DivClassName
{
background-color: #16E5CA;
}
.BgClassName
{
background-color: #16E5CA;
}
</style>
border-color css
<style>
span { border-color: #16E5CA; }
span { border-color: rgb(22,229,202); }
td.TdClassName
{
border-color: #16E5CA;
}
.TagClassName
{
border-color: #16E5CA;
}
</style>