Shades of Turquoise #23ECC0
Tints of Turquoise #23ECC0
RGB
CMYK
RGB Variations
Color information
#23ECC0 (or 0x23ECC0) is known color: Turquoise. HEX triplet: 23, EC and C0. RGB value is (35,236,192). Sum of RGB (Red+Green+Blue) = 35+236+192=463 (61% of max value = 765). Red value is 35 (14.06% from 255 or 7.56% from 463); Green value is 236 (92.58% from 255 or 50.97% from 463); Blue value is 192 (75.39% from 255 or 41.47% from 463); Max value from RGB is 236 - color contains mainly: green. Hex color #23ECC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23ECC0 is #DC133F. Grayscale: #AAAAAA. Windows color (decimal): -14422848 or 12643363. OLE color: 12643363.
HSL color Cylindrical-coordinate representation of color #23ECC0: hue angle of 166.87º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #23ECC0 is Cyan = 0.85, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 35 | 236 | 192 | - |
| CMYK | 0.85 | 0 | 0.19 | 0.07 |
| HSL | 166.87º | 0.84% | 0.53% | - |
| HSV(B) | 166.87º | 0.85% | 0.93% | - |
| XYZ | 40.2 | 64.15 | 60.13 | - |
| YUV | 170.89 | 139.91 | 31.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 236 | 192 | 0.85 | 0 | 0.19 | 0.07 | 166.87 | 0.84 | 0.53 |
| Hex | 23 | EC | C0 | 55 | 0 | 13 | 7 | A7 | 54 | 35 |
| Octal | 43 | 354 | 300 | 125 | 0 | 23 | 7 | 247 | 124 | 65 |
| Binary | 100011 | 11101100 | 11000000 | 1010101 | 0 | 10011 | 111 | 10100111 | 1010100 | 110101 |
Color Harmonies of #23ECC0
Complementary color
Monochromatic Colors of #23ECC0
Black with #23ECC0
Text Example
Text Example
White with #23ECC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23ECC0; }
p { color: rgb(35,236,192); }
H1.HeaderClassName
{
color: #23ECC0;
}
.AnyTagClassName
{
color: #23ECC0;
}
</style>
background-color css
<style>
a { background-color: #23ECC0; }
a { background-color: rgb(35,236,192); }
div.DivClassName
{
background-color: #23ECC0;
}
.BgClassName
{
background-color: #23ECC0;
}
</style>
border-color css
<style>
span { border-color: #23ECC0; }
span { border-color: rgb(35,236,192); }
td.TdClassName
{
border-color: #23ECC0;
}
.TagClassName
{
border-color: #23ECC0;
}
</style>