Shades of Turquoise #23E7BE
Tints of Turquoise #23E7BE
RGB
CMYK
RGB Variations
Color information
#23E7BE (or 0x23E7BE) is known color: Turquoise. HEX triplet: 23, E7 and BE. RGB value is (35,231,190). Sum of RGB (Red+Green+Blue) = 35+231+190=456 (60% of max value = 765). Red value is 35 (14.06% from 255 or 7.68% from 456); Green value is 231 (90.62% from 255 or 50.66% from 456); Blue value is 190 (74.61% from 255 or 41.67% from 456); Max value from RGB is 231 - color contains mainly: green. Hex color #23E7BE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23E7BE is #DC1841. Grayscale: #A7A7A7. Windows color (decimal): -14424130 or 12511011. OLE color: 12511011.
HSL color Cylindrical-coordinate representation of color #23E7BE: hue angle of 167.45º degrees, saturation: 0.8, 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 #23E7BE is Cyan = 0.85, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 35 | 231 | 190 | - |
| CMYK | 0.85 | 0 | 0.18 | 0.09 |
| HSL | 167.45º | 0.8% | 0.52% | - |
| HSV(B) | 167.45º | 0.85% | 0.91% | - |
| XYZ | 38.56 | 61.23 | 58.5 | - |
| YUV | 167.72 | 140.57 | 33.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 231 | 190 | 0.85 | 0 | 0.18 | 0.09 | 167.45 | 0.8 | 0.52 |
| Hex | 23 | E7 | BE | 55 | 0 | 12 | 9 | A7 | 50 | 34 |
| Octal | 43 | 347 | 276 | 125 | 0 | 22 | 11 | 247 | 120 | 64 |
| Binary | 100011 | 11100111 | 10111110 | 1010101 | 0 | 10010 | 1001 | 10100111 | 1010000 | 110100 |
Color Harmonies of #23E7BE
Complementary color
Monochromatic Colors of #23E7BE
Black with #23E7BE
Text Example
Text Example
White with #23E7BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23E7BE; }
p { color: rgb(35,231,190); }
H1.HeaderClassName
{
color: #23E7BE;
}
.AnyTagClassName
{
color: #23E7BE;
}
</style>
background-color css
<style>
a { background-color: #23E7BE; }
a { background-color: rgb(35,231,190); }
div.DivClassName
{
background-color: #23E7BE;
}
.BgClassName
{
background-color: #23E7BE;
}
</style>
border-color css
<style>
span { border-color: #23E7BE; }
span { border-color: rgb(35,231,190); }
td.TdClassName
{
border-color: #23E7BE;
}
.TagClassName
{
border-color: #23E7BE;
}
</style>