Shades of Turquoise #23E3BB
Tints of Turquoise #23E3BB
RGB
CMYK
RGB Variations
Color information
#23E3BB (or 0x23E3BB) is known color: Turquoise. HEX triplet: 23, E3 and BB. RGB value is (35,227,187). Sum of RGB (Red+Green+Blue) = 35+227+187=449 (59% of max value = 765). Red value is 35 (14.06% from 255 or 7.80% from 449); Green value is 227 (89.06% from 255 or 50.56% from 449); Blue value is 187 (73.44% from 255 or 41.65% from 449); Max value from RGB is 227 - color contains mainly: green. Hex color #23E3BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23E3BB is #DC1C44. Grayscale: #A5A5A5. Windows color (decimal): -14425157 or 12313379. OLE color: 12313379.
HSL color Cylindrical-coordinate representation of color #23E3BB: hue angle of 167.5º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #23E3BB is Cyan = 0.85, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 35 | 227 | 187 | - |
| CMYK | 0.85 | 0 | 0.18 | 0.11 |
| HSL | 167.5º | 0.77% | 0.51% | - |
| HSV(B) | 167.5º | 0.85% | 0.89% | - |
| XYZ | 37.13 | 58.88 | 56.42 | - |
| YUV | 165.03 | 140.39 | 35.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 227 | 187 | 0.85 | 0 | 0.18 | 0.11 | 167.5 | 0.77 | 0.51 |
| Hex | 23 | E3 | BB | 55 | 0 | 12 | B | A8 | 4D | 33 |
| Octal | 43 | 343 | 273 | 125 | 0 | 22 | 13 | 250 | 115 | 63 |
| Binary | 100011 | 11100011 | 10111011 | 1010101 | 0 | 10010 | 1011 | 10101000 | 1001101 | 110011 |
Color Harmonies of #23E3BB
Complementary color
Monochromatic Colors of #23E3BB
Black with #23E3BB
Text Example
Text Example
White with #23E3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23E3BB; }
p { color: rgb(35,227,187); }
H1.HeaderClassName
{
color: #23E3BB;
}
.AnyTagClassName
{
color: #23E3BB;
}
</style>
background-color css
<style>
a { background-color: #23E3BB; }
a { background-color: rgb(35,227,187); }
div.DivClassName
{
background-color: #23E3BB;
}
.BgClassName
{
background-color: #23E3BB;
}
</style>
border-color css
<style>
span { border-color: #23E3BB; }
span { border-color: rgb(35,227,187); }
td.TdClassName
{
border-color: #23E3BB;
}
.TagClassName
{
border-color: #23E3BB;
}
</style>