Shades of Turquoise #23ECCD
Tints of Turquoise #23ECCD
RGB
CMYK
RGB Variations
Color information
#23ECCD (or 0x23ECCD) is known color: Turquoise. HEX triplet: 23, EC and CD. RGB value is (35,236,205). Sum of RGB (Red+Green+Blue) = 35+236+205=476 (63% of max value = 765). Red value is 35 (14.06% from 255 or 7.35% from 476); Green value is 236 (92.58% from 255 or 49.58% from 476); Blue value is 205 (80.47% from 255 or 43.07% from 476); Max value from RGB is 236 - color contains mainly: green. Hex color #23ECCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23ECCD is #DC1332. Grayscale: #ACACAC. Windows color (decimal): -14422835 or 13495331. OLE color: 13495331.
HSL color Cylindrical-coordinate representation of color #23ECCD: hue angle of 170.75º 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 #23ECCD is Cyan = 0.85, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 35 | 236 | 205 | - |
| CMYK | 0.85 | 0 | 0.13 | 0.07 |
| HSL | 170.75º | 0.84% | 0.53% | - |
| HSV(B) | 170.75º | 0.85% | 0.93% | - |
| XYZ | 41.71 | 64.76 | 68.06 | - |
| YUV | 172.37 | 146.41 | 30.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 236 | 205 | 0.85 | 0 | 0.13 | 0.07 | 170.75 | 0.84 | 0.53 |
| Hex | 23 | EC | CD | 55 | 0 | D | 7 | AB | 54 | 35 |
| Octal | 43 | 354 | 315 | 125 | 0 | 15 | 7 | 253 | 124 | 65 |
| Binary | 100011 | 11101100 | 11001101 | 1010101 | 0 | 1101 | 111 | 10101011 | 1010100 | 110101 |
Color Harmonies of #23ECCD
Complementary color
Monochromatic Colors of #23ECCD
Black with #23ECCD
Text Example
Text Example
White with #23ECCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23ECCD; }
p { color: rgb(35,236,205); }
H1.HeaderClassName
{
color: #23ECCD;
}
.AnyTagClassName
{
color: #23ECCD;
}
</style>
background-color css
<style>
a { background-color: #23ECCD; }
a { background-color: rgb(35,236,205); }
div.DivClassName
{
background-color: #23ECCD;
}
.BgClassName
{
background-color: #23ECCD;
}
</style>
border-color css
<style>
span { border-color: #23ECCD; }
span { border-color: rgb(35,236,205); }
td.TdClassName
{
border-color: #23ECCD;
}
.TagClassName
{
border-color: #23ECCD;
}
</style>