Shades of Turquoise #23DDB9
Tints of Turquoise #23DDB9
RGB
CMYK
RGB Variations
Color information
#23DDB9 (or 0x23DDB9) is known color: Turquoise. HEX triplet: 23, DD and B9. RGB value is (35,221,185). Sum of RGB (Red+Green+Blue) = 35+221+185=441 (58% of max value = 765). Red value is 35 (14.06% from 255 or 7.94% from 441); Green value is 221 (86.72% from 255 or 50.11% from 441); Blue value is 185 (72.66% from 255 or 41.95% from 441); Max value from RGB is 221 - color contains mainly: green. Hex color #23DDB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23DDB9 is #DC2246. Grayscale: #A1A1A1. Windows color (decimal): -14426695 or 12180771. OLE color: 12180771.
HSL color Cylindrical-coordinate representation of color #23DDB9: hue angle of 168.39º degrees, saturation: 0.73, 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 #23DDB9 is Cyan = 0.84, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 221 | 185 | - |
| CMYK | 0.84 | 0 | 0.16 | 0.13 |
| HSL | 168.39º | 0.73% | 0.5% | - |
| HSV(B) | 168.39º | 0.84% | 0.87% | - |
| XYZ | 35.31 | 55.57 | 54.76 | - |
| YUV | 161.28 | 141.38 | 37.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 221 | 185 | 0.84 | 0 | 0.16 | 0.13 | 168.39 | 0.73 | 0.5 |
| Hex | 23 | DD | B9 | 54 | 0 | 10 | D | A8 | 49 | 32 |
| Octal | 43 | 335 | 271 | 124 | 0 | 20 | 15 | 250 | 111 | 62 |
| Binary | 100011 | 11011101 | 10111001 | 1010100 | 0 | 10000 | 1101 | 10101000 | 1001001 | 110010 |
Color Harmonies of #23DDB9
Complementary color
Monochromatic Colors of #23DDB9
Black with #23DDB9
Text Example
Text Example
White with #23DDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23DDB9; }
p { color: rgb(35,221,185); }
H1.HeaderClassName
{
color: #23DDB9;
}
.AnyTagClassName
{
color: #23DDB9;
}
</style>
background-color css
<style>
a { background-color: #23DDB9; }
a { background-color: rgb(35,221,185); }
div.DivClassName
{
background-color: #23DDB9;
}
.BgClassName
{
background-color: #23DDB9;
}
</style>
border-color css
<style>
span { border-color: #23DDB9; }
span { border-color: rgb(35,221,185); }
td.TdClassName
{
border-color: #23DDB9;
}
.TagClassName
{
border-color: #23DDB9;
}
</style>