Shades of Turquoise #23ECCE
Tints of Turquoise #23ECCE
RGB
CMYK
RGB Variations
Color information
#23ECCE (or 0x23ECCE) is known color: Turquoise. HEX triplet: 23, EC and CE. RGB value is (35,236,206). Sum of RGB (Red+Green+Blue) = 35+236+206=477 (63% of max value = 765). Red value is 35 (14.06% from 255 or 7.34% from 477); Green value is 236 (92.58% from 255 or 49.48% from 477); Blue value is 206 (80.86% from 255 or 43.19% from 477); Max value from RGB is 236 - color contains mainly: green. Hex color #23ECCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23ECCE is #DC1331. Grayscale: #ACACAC. Windows color (decimal): -14422834 or 13560867. OLE color: 13560867.
HSL color Cylindrical-coordinate representation of color #23ECCE: hue angle of 171.04º 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 #23ECCE is Cyan = 0.85, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 35 | 236 | 206 | - |
| CMYK | 0.85 | 0 | 0.13 | 0.07 |
| HSL | 171.04º | 0.84% | 0.53% | - |
| HSV(B) | 171.04º | 0.85% | 0.93% | - |
| XYZ | 41.83 | 64.8 | 68.7 | - |
| YUV | 172.48 | 146.91 | 29.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 236 | 206 | 0.85 | 0 | 0.13 | 0.07 | 171.04 | 0.84 | 0.53 |
| Hex | 23 | EC | CE | 55 | 0 | D | 7 | AB | 54 | 35 |
| Octal | 43 | 354 | 316 | 125 | 0 | 15 | 7 | 253 | 124 | 65 |
| Binary | 100011 | 11101100 | 11001110 | 1010101 | 0 | 1101 | 111 | 10101011 | 1010100 | 110101 |
Color Harmonies of #23ECCE
Complementary color
Monochromatic Colors of #23ECCE
Black with #23ECCE
Text Example
Text Example
White with #23ECCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23ECCE; }
p { color: rgb(35,236,206); }
H1.HeaderClassName
{
color: #23ECCE;
}
.AnyTagClassName
{
color: #23ECCE;
}
</style>
background-color css
<style>
a { background-color: #23ECCE; }
a { background-color: rgb(35,236,206); }
div.DivClassName
{
background-color: #23ECCE;
}
.BgClassName
{
background-color: #23ECCE;
}
</style>
border-color css
<style>
span { border-color: #23ECCE; }
span { border-color: rgb(35,236,206); }
td.TdClassName
{
border-color: #23ECCE;
}
.TagClassName
{
border-color: #23ECCE;
}
</style>