Shades of Turquoise #23ECCF
Tints of Turquoise #23ECCF
RGB
CMYK
RGB Variations
Color information
#23ECCF (or 0x23ECCF) is known color: Turquoise. HEX triplet: 23, EC and CF. RGB value is (35,236,207). Sum of RGB (Red+Green+Blue) = 35+236+207=478 (63% of max value = 765). Red value is 35 (14.06% from 255 or 7.32% from 478); Green value is 236 (92.58% from 255 or 49.37% from 478); Blue value is 207 (81.25% from 255 or 43.31% from 478); Max value from RGB is 236 - color contains mainly: green. Hex color #23ECCF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23ECCF is #DC1330. Grayscale: #ACACAC. Windows color (decimal): -14422833 or 13626403. OLE color: 13626403.
HSL color Cylindrical-coordinate representation of color #23ECCF: hue angle of 171.34º 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 #23ECCF is Cyan = 0.85, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 35 | 236 | 207 | - |
| CMYK | 0.85 | 0 | 0.12 | 0.07 |
| HSL | 171.34º | 0.84% | 0.53% | - |
| HSV(B) | 171.34º | 0.85% | 0.93% | - |
| XYZ | 41.95 | 64.85 | 69.34 | - |
| YUV | 172.6 | 147.41 | 29.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 236 | 207 | 0.85 | 0 | 0.12 | 0.07 | 171.34 | 0.84 | 0.53 |
| Hex | 23 | EC | CF | 55 | 0 | C | 7 | AB | 54 | 35 |
| Octal | 43 | 354 | 317 | 125 | 0 | 14 | 7 | 253 | 124 | 65 |
| Binary | 100011 | 11101100 | 11001111 | 1010101 | 0 | 1100 | 111 | 10101011 | 1010100 | 110101 |
Color Harmonies of #23ECCF
Complementary color
Monochromatic Colors of #23ECCF
Black with #23ECCF
Text Example
Text Example
White with #23ECCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23ECCF; }
p { color: rgb(35,236,207); }
H1.HeaderClassName
{
color: #23ECCF;
}
.AnyTagClassName
{
color: #23ECCF;
}
</style>
background-color css
<style>
a { background-color: #23ECCF; }
a { background-color: rgb(35,236,207); }
div.DivClassName
{
background-color: #23ECCF;
}
.BgClassName
{
background-color: #23ECCF;
}
</style>
border-color css
<style>
span { border-color: #23ECCF; }
span { border-color: rgb(35,236,207); }
td.TdClassName
{
border-color: #23ECCF;
}
.TagClassName
{
border-color: #23ECCF;
}
</style>