Shades of Turquoise #23DCB9
Tints of Turquoise #23DCB9
RGB
CMYK
RGB Variations
Color information
#23DCB9 (or 0x23DCB9) is known color: Turquoise. HEX triplet: 23, DC and B9. RGB value is (35,220,185). Sum of RGB (Red+Green+Blue) = 35+220+185=440 (58% of max value = 765). Red value is 35 (14.06% from 255 or 7.95% from 440); Green value is 220 (86.33% from 255 or 50% from 440); Blue value is 185 (72.66% from 255 or 42.05% from 440); Max value from RGB is 220 - color contains mainly: green. Hex color #23DCB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23DCB9 is #DC2346. Grayscale: #A0A0A0. Windows color (decimal): -14426951 or 12180515. OLE color: 12180515.
HSL color Cylindrical-coordinate representation of color #23DCB9: hue angle of 168.65º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #23DCB9 is Cyan = 0.84, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 35 | 220 | 185 | - |
| CMYK | 0.84 | 0 | 0.16 | 0.14 |
| HSL | 168.65º | 0.73% | 0.5% | - |
| HSV(B) | 168.65º | 0.84% | 0.86% | - |
| XYZ | 35.04 | 55.05 | 54.68 | - |
| YUV | 160.7 | 141.71 | 38.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 220 | 185 | 0.84 | 0 | 0.16 | 0.14 | 168.65 | 0.73 | 0.5 |
| Hex | 23 | DC | B9 | 54 | 0 | 10 | E | A9 | 49 | 32 |
| Octal | 43 | 334 | 271 | 124 | 0 | 20 | 16 | 251 | 111 | 62 |
| Binary | 100011 | 11011100 | 10111001 | 1010100 | 0 | 10000 | 1110 | 10101001 | 1001001 | 110010 |
Color Harmonies of #23DCB9
Complementary color
Monochromatic Colors of #23DCB9
Black with #23DCB9
Text Example
Text Example
White with #23DCB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23DCB9; }
p { color: rgb(35,220,185); }
H1.HeaderClassName
{
color: #23DCB9;
}
.AnyTagClassName
{
color: #23DCB9;
}
</style>
background-color css
<style>
a { background-color: #23DCB9; }
a { background-color: rgb(35,220,185); }
div.DivClassName
{
background-color: #23DCB9;
}
.BgClassName
{
background-color: #23DCB9;
}
</style>
border-color css
<style>
span { border-color: #23DCB9; }
span { border-color: rgb(35,220,185); }
td.TdClassName
{
border-color: #23DCB9;
}
.TagClassName
{
border-color: #23DCB9;
}
</style>