Shades of Turquoise #23E8BD
Tints of Turquoise #23E8BD
RGB
CMYK
RGB Variations
Color information
#23E8BD (or 0x23E8BD) is known color: Turquoise. HEX triplet: 23, E8 and BD. RGB value is (35,232,189). Sum of RGB (Red+Green+Blue) = 35+232+189=456 (60% of max value = 765). Red value is 35 (14.06% from 255 or 7.68% from 456); Green value is 232 (91.02% from 255 or 50.88% from 456); Blue value is 189 (74.22% from 255 or 41.45% from 456); Max value from RGB is 232 - color contains mainly: green. Hex color #23E8BD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23E8BD is #DC1742. Grayscale: #A8A8A8. Windows color (decimal): -14423875 or 12445731. OLE color: 12445731.
HSL color Cylindrical-coordinate representation of color #23E8BD: hue angle of 166.9º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #23E8BD is Cyan = 0.85, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 35 | 232 | 189 | - |
| CMYK | 0.85 | 0 | 0.19 | 0.09 |
| HSL | 166.9º | 0.81% | 0.52% | - |
| HSV(B) | 166.9º | 0.85% | 0.91% | - |
| XYZ | 38.74 | 61.74 | 58.02 | - |
| YUV | 168.2 | 139.73 | 33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 232 | 189 | 0.85 | 0 | 0.19 | 0.09 | 166.9 | 0.81 | 0.52 |
| Hex | 23 | E8 | BD | 55 | 0 | 13 | 9 | A7 | 51 | 34 |
| Octal | 43 | 350 | 275 | 125 | 0 | 23 | 11 | 247 | 121 | 64 |
| Binary | 100011 | 11101000 | 10111101 | 1010101 | 0 | 10011 | 1001 | 10100111 | 1010001 | 110100 |
Color Harmonies of #23E8BD
Complementary color
Monochromatic Colors of #23E8BD
Black with #23E8BD
Text Example
Text Example
White with #23E8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23E8BD; }
p { color: rgb(35,232,189); }
H1.HeaderClassName
{
color: #23E8BD;
}
.AnyTagClassName
{
color: #23E8BD;
}
</style>
background-color css
<style>
a { background-color: #23E8BD; }
a { background-color: rgb(35,232,189); }
div.DivClassName
{
background-color: #23E8BD;
}
.BgClassName
{
background-color: #23E8BD;
}
</style>
border-color css
<style>
span { border-color: #23E8BD; }
span { border-color: rgb(35,232,189); }
td.TdClassName
{
border-color: #23E8BD;
}
.TagClassName
{
border-color: #23E8BD;
}
</style>