Shades of Turquoise #23EEB8
Tints of Turquoise #23EEB8
RGB
CMYK
RGB Variations
Color information
#23EEB8 (or 0x23EEB8) is known color: Turquoise. HEX triplet: 23, EE and B8. RGB value is (35,238,184). Sum of RGB (Red+Green+Blue) = 35+238+184=457 (60% of max value = 765). Red value is 35 (14.06% from 255 or 7.66% from 457); Green value is 238 (93.36% from 255 or 52.08% from 457); Blue value is 184 (72.27% from 255 or 40.26% from 457); Max value from RGB is 238 - color contains mainly: green. Hex color #23EEB8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23EEB8 is #DC1147. Grayscale: #ABABAB. Windows color (decimal): -14422344 or 12119587. OLE color: 12119587.
HSL color Cylindrical-coordinate representation of color #23EEB8: hue angle of 164.04º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #23EEB8 is Cyan = 0.85, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 35 | 238 | 184 | - |
| CMYK | 0.85 | 0 | 0.23 | 0.07 |
| HSL | 164.04º | 0.86% | 0.54% | - |
| HSV(B) | 164.04º | 0.85% | 0.93% | - |
| XYZ | 39.92 | 64.97 | 55.78 | - |
| YUV | 171.15 | 135.25 | 30.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 238 | 184 | 0.85 | 0 | 0.23 | 0.07 | 164.04 | 0.86 | 0.54 |
| Hex | 23 | EE | B8 | 55 | 0 | 17 | 7 | A4 | 56 | 36 |
| Octal | 43 | 356 | 270 | 125 | 0 | 27 | 7 | 244 | 126 | 66 |
| Binary | 100011 | 11101110 | 10111000 | 1010101 | 0 | 10111 | 111 | 10100100 | 1010110 | 110110 |
Color Harmonies of #23EEB8
Complementary color
Monochromatic Colors of #23EEB8
Black with #23EEB8
Text Example
Text Example
White with #23EEB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23EEB8; }
p { color: rgb(35,238,184); }
H1.HeaderClassName
{
color: #23EEB8;
}
.AnyTagClassName
{
color: #23EEB8;
}
</style>
background-color css
<style>
a { background-color: #23EEB8; }
a { background-color: rgb(35,238,184); }
div.DivClassName
{
background-color: #23EEB8;
}
.BgClassName
{
background-color: #23EEB8;
}
</style>
border-color css
<style>
span { border-color: #23EEB8; }
span { border-color: rgb(35,238,184); }
td.TdClassName
{
border-color: #23EEB8;
}
.TagClassName
{
border-color: #23EEB8;
}
</style>