Shades of Turquoise #23E4BB
Tints of Turquoise #23E4BB
RGB
CMYK
RGB Variations
Color information
#23E4BB (or 0x23E4BB) is known color: Turquoise. HEX triplet: 23, E4 and BB. RGB value is (35,228,187). Sum of RGB (Red+Green+Blue) = 35+228+187=450 (59% of max value = 765). Red value is 35 (14.06% from 255 or 7.78% from 450); Green value is 228 (89.45% from 255 or 50.67% from 450); Blue value is 187 (73.44% from 255 or 41.56% from 450); Max value from RGB is 228 - color contains mainly: green. Hex color #23E4BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23E4BB is #DC1B44. Grayscale: #A5A5A5. Windows color (decimal): -14424901 or 12313635. OLE color: 12313635.
HSL color Cylindrical-coordinate representation of color #23E4BB: hue angle of 167.25º 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 #23E4BB is Cyan = 0.85, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 35 | 228 | 187 | - |
| CMYK | 0.85 | 0 | 0.18 | 0.11 |
| HSL | 167.25º | 0.78% | 0.52% | - |
| HSV(B) | 167.25º | 0.85% | 0.89% | - |
| XYZ | 37.41 | 59.43 | 56.51 | - |
| YUV | 165.62 | 140.06 | 34.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 228 | 187 | 0.85 | 0 | 0.18 | 0.11 | 167.25 | 0.78 | 0.52 |
| Hex | 23 | E4 | BB | 55 | 0 | 12 | B | A7 | 4E | 34 |
| Octal | 43 | 344 | 273 | 125 | 0 | 22 | 13 | 247 | 116 | 64 |
| Binary | 100011 | 11100100 | 10111011 | 1010101 | 0 | 10010 | 1011 | 10100111 | 1001110 | 110100 |
Color Harmonies of #23E4BB
Complementary color
Monochromatic Colors of #23E4BB
Black with #23E4BB
Text Example
Text Example
White with #23E4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23E4BB; }
p { color: rgb(35,228,187); }
H1.HeaderClassName
{
color: #23E4BB;
}
.AnyTagClassName
{
color: #23E4BB;
}
</style>
background-color css
<style>
a { background-color: #23E4BB; }
a { background-color: rgb(35,228,187); }
div.DivClassName
{
background-color: #23E4BB;
}
.BgClassName
{
background-color: #23E4BB;
}
</style>
border-color css
<style>
span { border-color: #23E4BB; }
span { border-color: rgb(35,228,187); }
td.TdClassName
{
border-color: #23E4BB;
}
.TagClassName
{
border-color: #23E4BB;
}
</style>