Shades of Turquoise #23DEBB
Tints of Turquoise #23DEBB
RGB
CMYK
RGB Variations
Color information
#23DEBB (or 0x23DEBB) is known color: Turquoise. HEX triplet: 23, DE and BB. RGB value is (35,222,187). Sum of RGB (Red+Green+Blue) = 35+222+187=444 (58% of max value = 765). Red value is 35 (14.06% from 255 or 7.88% from 444); Green value is 222 (87.11% from 255 or 50% from 444); Blue value is 187 (73.44% from 255 or 42.12% from 444); Max value from RGB is 222 - color contains mainly: green. Hex color #23DEBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23DEBB is #DC2144. Grayscale: #A2A2A2. Windows color (decimal): -14426437 or 12312099. OLE color: 12312099.
HSL color Cylindrical-coordinate representation of color #23DEBB: hue angle of 168.77º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #23DEBB is Cyan = 0.84, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 222 | 187 | - |
| CMYK | 0.84 | 0 | 0.16 | 0.13 |
| HSL | 168.77º | 0.74% | 0.5% | - |
| HSV(B) | 168.77º | 0.84% | 0.87% | - |
| XYZ | 35.78 | 56.19 | 55.97 | - |
| YUV | 162.1 | 142.05 | 37.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 222 | 187 | 0.84 | 0 | 0.16 | 0.13 | 168.77 | 0.74 | 0.5 |
| Hex | 23 | DE | BB | 54 | 0 | 10 | D | A9 | 4A | 32 |
| Octal | 43 | 336 | 273 | 124 | 0 | 20 | 15 | 251 | 112 | 62 |
| Binary | 100011 | 11011110 | 10111011 | 1010100 | 0 | 10000 | 1101 | 10101001 | 1001010 | 110010 |
Color Harmonies of #23DEBB
Complementary color
Monochromatic Colors of #23DEBB
Black with #23DEBB
Text Example
Text Example
White with #23DEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23DEBB; }
p { color: rgb(35,222,187); }
H1.HeaderClassName
{
color: #23DEBB;
}
.AnyTagClassName
{
color: #23DEBB;
}
</style>
background-color css
<style>
a { background-color: #23DEBB; }
a { background-color: rgb(35,222,187); }
div.DivClassName
{
background-color: #23DEBB;
}
.BgClassName
{
background-color: #23DEBB;
}
</style>
border-color css
<style>
span { border-color: #23DEBB; }
span { border-color: rgb(35,222,187); }
td.TdClassName
{
border-color: #23DEBB;
}
.TagClassName
{
border-color: #23DEBB;
}
</style>