Shades of Turquoise #23E6C9
Tints of Turquoise #23E6C9
RGB
CMYK
RGB Variations
Color information
#23E6C9 (or 0x23E6C9) is known color: Turquoise. HEX triplet: 23, E6 and C9. RGB value is (35,230,201). Sum of RGB (Red+Green+Blue) = 35+230+201=466 (61% of max value = 765). Red value is 35 (14.06% from 255 or 7.51% from 466); Green value is 230 (90.23% from 255 or 49.36% from 466); Blue value is 201 (78.91% from 255 or 43.13% from 466); Max value from RGB is 230 - color contains mainly: green. Hex color #23E6C9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23E6C9 is #DC1936. Grayscale: #A8A8A8. Windows color (decimal): -14424375 or 13231651. OLE color: 13231651.
HSL color Cylindrical-coordinate representation of color #23E6C9: hue angle of 171.08º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #23E6C9 is Cyan = 0.85, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 35 | 230 | 201 | - |
| CMYK | 0.85 | 0 | 0.13 | 0.10 |
| HSL | 171.08º | 0.8% | 0.52% | - |
| HSV(B) | 171.08º | 0.85% | 0.9% | - |
| XYZ | 39.53 | 61.17 | 64.98 | - |
| YUV | 168.39 | 146.4 | 32.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 230 | 201 | 0.85 | 0 | 0.13 | 0.10 | 171.08 | 0.8 | 0.52 |
| Hex | 23 | E6 | C9 | 55 | 0 | D | A | AB | 50 | 34 |
| Octal | 43 | 346 | 311 | 125 | 0 | 15 | 12 | 253 | 120 | 64 |
| Binary | 100011 | 11100110 | 11001001 | 1010101 | 0 | 1101 | 1010 | 10101011 | 1010000 | 110100 |
Color Harmonies of #23E6C9
Complementary color
Monochromatic Colors of #23E6C9
Black with #23E6C9
Text Example
Text Example
White with #23E6C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23E6C9; }
p { color: rgb(35,230,201); }
H1.HeaderClassName
{
color: #23E6C9;
}
.AnyTagClassName
{
color: #23E6C9;
}
</style>
background-color css
<style>
a { background-color: #23E6C9; }
a { background-color: rgb(35,230,201); }
div.DivClassName
{
background-color: #23E6C9;
}
.BgClassName
{
background-color: #23E6C9;
}
</style>
border-color css
<style>
span { border-color: #23E6C9; }
span { border-color: rgb(35,230,201); }
td.TdClassName
{
border-color: #23E6C9;
}
.TagClassName
{
border-color: #23E6C9;
}
</style>