Shades of Turquoise #23DDCD
Tints of Turquoise #23DDCD
RGB
CMYK
RGB Variations
Color information
#23DDCD (or 0x23DDCD) is known color: Turquoise. HEX triplet: 23, DD and CD. RGB value is (35,221,205). Sum of RGB (Red+Green+Blue) = 35+221+205=461 (61% of max value = 765). Red value is 35 (14.06% from 255 or 7.59% from 461); Green value is 221 (86.72% from 255 or 47.94% from 461); Blue value is 205 (80.47% from 255 or 44.47% from 461); Max value from RGB is 221 - color contains mainly: green. Hex color #23DDCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23DDCD is #DC2232. Grayscale: #A3A3A3. Windows color (decimal): -14426675 or 13491491. OLE color: 13491491.
HSL color Cylindrical-coordinate representation of color #23DDCD: hue angle of 174.84º 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 #23DDCD is Cyan = 0.84, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 221 | 205 | - |
| CMYK | 0.84 | 0 | 0.07 | 0.13 |
| HSL | 174.84º | 0.73% | 0.5% | - |
| HSV(B) | 174.84º | 0.84% | 0.87% | - |
| XYZ | 37.57 | 56.48 | 66.68 | - |
| YUV | 163.56 | 151.38 | 36.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 221 | 205 | 0.84 | 0 | 0.07 | 0.13 | 174.84 | 0.73 | 0.5 |
| Hex | 23 | DD | CD | 54 | 0 | 7 | D | AF | 49 | 32 |
| Octal | 43 | 335 | 315 | 124 | 0 | 7 | 15 | 257 | 111 | 62 |
| Binary | 100011 | 11011101 | 11001101 | 1010100 | 0 | 111 | 1101 | 10101111 | 1001001 | 110010 |
Color Harmonies of #23DDCD
Complementary color
Monochromatic Colors of #23DDCD
Black with #23DDCD
Text Example
Text Example
White with #23DDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23DDCD; }
p { color: rgb(35,221,205); }
H1.HeaderClassName
{
color: #23DDCD;
}
.AnyTagClassName
{
color: #23DDCD;
}
</style>
background-color css
<style>
a { background-color: #23DDCD; }
a { background-color: rgb(35,221,205); }
div.DivClassName
{
background-color: #23DDCD;
}
.BgClassName
{
background-color: #23DDCD;
}
</style>
border-color css
<style>
span { border-color: #23DDCD; }
span { border-color: rgb(35,221,205); }
td.TdClassName
{
border-color: #23DDCD;
}
.TagClassName
{
border-color: #23DDCD;
}
</style>