Shades of Turquoise #23ECCC
Tints of Turquoise #23ECCC
RGB
CMYK
RGB Variations
Color information
#23ECCC (or 0x23ECCC) is known color: Turquoise. HEX triplet: 23, EC and CC. RGB value is (35,236,204). Sum of RGB (Red+Green+Blue) = 35+236+204=475 (62% of max value = 765). Red value is 35 (14.06% from 255 or 7.37% from 475); Green value is 236 (92.58% from 255 or 49.68% from 475); Blue value is 204 (80.08% from 255 or 42.95% from 475); Max value from RGB is 236 - color contains mainly: green. Hex color #23ECCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23ECCC is #DC1333. Grayscale: #ACACAC. Windows color (decimal): -14422836 or 13429795. OLE color: 13429795.
HSL color Cylindrical-coordinate representation of color #23ECCC: hue angle of 170.45º 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 #23ECCC is Cyan = 0.85, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 35 | 236 | 204 | - |
| CMYK | 0.85 | 0 | 0.14 | 0.07 |
| HSL | 170.45º | 0.84% | 0.53% | - |
| HSV(B) | 170.45º | 0.85% | 0.93% | - |
| XYZ | 41.59 | 64.71 | 67.42 | - |
| YUV | 172.25 | 145.91 | 30.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 236 | 204 | 0.85 | 0 | 0.14 | 0.07 | 170.45 | 0.84 | 0.53 |
| Hex | 23 | EC | CC | 55 | 0 | E | 7 | AA | 54 | 35 |
| Octal | 43 | 354 | 314 | 125 | 0 | 16 | 7 | 252 | 124 | 65 |
| Binary | 100011 | 11101100 | 11001100 | 1010101 | 0 | 1110 | 111 | 10101010 | 1010100 | 110101 |
Color Harmonies of #23ECCC
Complementary color
Monochromatic Colors of #23ECCC
Black with #23ECCC
Text Example
Text Example
White with #23ECCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23ECCC; }
p { color: rgb(35,236,204); }
H1.HeaderClassName
{
color: #23ECCC;
}
.AnyTagClassName
{
color: #23ECCC;
}
</style>
background-color css
<style>
a { background-color: #23ECCC; }
a { background-color: rgb(35,236,204); }
div.DivClassName
{
background-color: #23ECCC;
}
.BgClassName
{
background-color: #23ECCC;
}
</style>
border-color css
<style>
span { border-color: #23ECCC; }
span { border-color: rgb(35,236,204); }
td.TdClassName
{
border-color: #23ECCC;
}
.TagClassName
{
border-color: #23ECCC;
}
</style>