Shades of Turquoise #23EEC9
Tints of Turquoise #23EEC9
RGB
CMYK
RGB Variations
Color information
#23EEC9 (or 0x23EEC9) is known color: Turquoise. HEX triplet: 23, EE and C9. RGB value is (35,238,201). Sum of RGB (Red+Green+Blue) = 35+238+201=474 (62% of max value = 765). Red value is 35 (14.06% from 255 or 7.38% from 474); Green value is 238 (93.36% from 255 or 50.21% from 474); Blue value is 201 (78.91% from 255 or 42.41% from 474); Max value from RGB is 238 - color contains mainly: green. Hex color #23EEC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23EEC9 is #DC1136. Grayscale: #ADADAD. Windows color (decimal): -14422327 or 13233699. OLE color: 13233699.
HSL color Cylindrical-coordinate representation of color #23EEC9: hue angle of 169.06º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #23EEC9 is Cyan = 0.85, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 35 | 238 | 201 | - |
| CMYK | 0.85 | 0 | 0.16 | 0.07 |
| HSL | 169.06º | 0.86% | 0.54% | - |
| HSV(B) | 169.06º | 0.85% | 0.93% | - |
| XYZ | 41.81 | 65.72 | 65.74 | - |
| YUV | 173.09 | 143.75 | 29.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 238 | 201 | 0.85 | 0 | 0.16 | 0.07 | 169.06 | 0.86 | 0.54 |
| Hex | 23 | EE | C9 | 55 | 0 | 10 | 7 | A9 | 56 | 36 |
| Octal | 43 | 356 | 311 | 125 | 0 | 20 | 7 | 251 | 126 | 66 |
| Binary | 100011 | 11101110 | 11001001 | 1010101 | 0 | 10000 | 111 | 10101001 | 1010110 | 110110 |
Color Harmonies of #23EEC9
Complementary color
Monochromatic Colors of #23EEC9
Black with #23EEC9
Text Example
Text Example
White with #23EEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23EEC9; }
p { color: rgb(35,238,201); }
H1.HeaderClassName
{
color: #23EEC9;
}
.AnyTagClassName
{
color: #23EEC9;
}
</style>
background-color css
<style>
a { background-color: #23EEC9; }
a { background-color: rgb(35,238,201); }
div.DivClassName
{
background-color: #23EEC9;
}
.BgClassName
{
background-color: #23EEC9;
}
</style>
border-color css
<style>
span { border-color: #23EEC9; }
span { border-color: rgb(35,238,201); }
td.TdClassName
{
border-color: #23EEC9;
}
.TagClassName
{
border-color: #23EEC9;
}
</style>