Shades of Turquoise #23ECC9
Tints of Turquoise #23ECC9
RGB
CMYK
RGB Variations
Color information
#23ECC9 (or 0x23ECC9) is known color: Turquoise. HEX triplet: 23, EC and C9. RGB value is (35,236,201). Sum of RGB (Red+Green+Blue) = 35+236+201=472 (62% of max value = 765). Red value is 35 (14.06% from 255 or 7.42% from 472); Green value is 236 (92.58% from 255 or 50% from 472); Blue value is 201 (78.91% from 255 or 42.58% from 472); Max value from RGB is 236 - color contains mainly: green. Hex color #23ECC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23ECC9 is #DC1336. Grayscale: #ABABAB. Windows color (decimal): -14422839 or 13233187. OLE color: 13233187.
HSL color Cylindrical-coordinate representation of color #23ECC9: hue angle of 169.55º 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 #23ECC9 is Cyan = 0.85, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 35 | 236 | 201 | - |
| CMYK | 0.85 | 0 | 0.15 | 0.07 |
| HSL | 169.55º | 0.84% | 0.53% | - |
| HSV(B) | 169.55º | 0.85% | 0.93% | - |
| XYZ | 41.23 | 64.57 | 65.55 | - |
| YUV | 171.91 | 144.41 | 30.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 236 | 201 | 0.85 | 0 | 0.15 | 0.07 | 169.55 | 0.84 | 0.53 |
| Hex | 23 | EC | C9 | 55 | 0 | F | 7 | AA | 54 | 35 |
| Octal | 43 | 354 | 311 | 125 | 0 | 17 | 7 | 252 | 124 | 65 |
| Binary | 100011 | 11101100 | 11001001 | 1010101 | 0 | 1111 | 111 | 10101010 | 1010100 | 110101 |
Color Harmonies of #23ECC9
Complementary color
Monochromatic Colors of #23ECC9
Black with #23ECC9
Text Example
Text Example
White with #23ECC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23ECC9; }
p { color: rgb(35,236,201); }
H1.HeaderClassName
{
color: #23ECC9;
}
.AnyTagClassName
{
color: #23ECC9;
}
</style>
background-color css
<style>
a { background-color: #23ECC9; }
a { background-color: rgb(35,236,201); }
div.DivClassName
{
background-color: #23ECC9;
}
.BgClassName
{
background-color: #23ECC9;
}
</style>
border-color css
<style>
span { border-color: #23ECC9; }
span { border-color: rgb(35,236,201); }
td.TdClassName
{
border-color: #23ECC9;
}
.TagClassName
{
border-color: #23ECC9;
}
</style>