Shades of Turquoise #23E4BD
Tints of Turquoise #23E4BD
RGB
CMYK
RGB Variations
Color information
#23E4BD (or 0x23E4BD) is known color: Turquoise. HEX triplet: 23, E4 and BD. RGB value is (35,228,189). Sum of RGB (Red+Green+Blue) = 35+228+189=452 (59% of max value = 765). Red value is 35 (14.06% from 255 or 7.74% from 452); Green value is 228 (89.45% from 255 or 50.44% from 452); Blue value is 189 (74.22% from 255 or 41.81% from 452); Max value from RGB is 228 - color contains mainly: green. Hex color #23E4BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23E4BD is #DC1B42. Grayscale: #A5A5A5. Windows color (decimal): -14424899 or 12444707. OLE color: 12444707.
HSL color Cylindrical-coordinate representation of color #23E4BD: hue angle of 167.88º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #23E4BD is Cyan = 0.85, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 35 | 228 | 189 | - |
| CMYK | 0.85 | 0 | 0.17 | 0.11 |
| HSL | 167.88º | 0.78% | 0.52% | - |
| HSV(B) | 167.88º | 0.85% | 0.89% | - |
| XYZ | 37.62 | 59.52 | 57.65 | - |
| YUV | 165.85 | 141.06 | 34.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 228 | 189 | 0.85 | 0 | 0.17 | 0.11 | 167.88 | 0.78 | 0.52 |
| Hex | 23 | E4 | BD | 55 | 0 | 11 | B | A8 | 4E | 34 |
| Octal | 43 | 344 | 275 | 125 | 0 | 21 | 13 | 250 | 116 | 64 |
| Binary | 100011 | 11100100 | 10111101 | 1010101 | 0 | 10001 | 1011 | 10101000 | 1001110 | 110100 |
Color Harmonies of #23E4BD
Complementary color
Monochromatic Colors of #23E4BD
Black with #23E4BD
Text Example
Text Example
White with #23E4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23E4BD; }
p { color: rgb(35,228,189); }
H1.HeaderClassName
{
color: #23E4BD;
}
.AnyTagClassName
{
color: #23E4BD;
}
</style>
background-color css
<style>
a { background-color: #23E4BD; }
a { background-color: rgb(35,228,189); }
div.DivClassName
{
background-color: #23E4BD;
}
.BgClassName
{
background-color: #23E4BD;
}
</style>
border-color css
<style>
span { border-color: #23E4BD; }
span { border-color: rgb(35,228,189); }
td.TdClassName
{
border-color: #23E4BD;
}
.TagClassName
{
border-color: #23E4BD;
}
</style>