Shades of Turquoise #23DDCE
Tints of Turquoise #23DDCE
RGB
CMYK
RGB Variations
Color information
#23DDCE (or 0x23DDCE) is known color: Turquoise. HEX triplet: 23, DD and CE. RGB value is (35,221,206). Sum of RGB (Red+Green+Blue) = 35+221+206=462 (61% of max value = 765). Red value is 35 (14.06% from 255 or 7.58% from 462); Green value is 221 (86.72% from 255 or 47.84% from 462); Blue value is 206 (80.86% from 255 or 44.59% from 462); Max value from RGB is 221 - color contains mainly: green. Hex color #23DDCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23DDCE is #DC2231. Grayscale: #A3A3A3. Windows color (decimal): -14426674 or 13557027. OLE color: 13557027.
HSL color Cylindrical-coordinate representation of color #23DDCE: hue angle of 175.16º 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 #23DDCE is Cyan = 0.84, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 221 | 206 | - |
| CMYK | 0.84 | 0 | 0.07 | 0.13 |
| HSL | 175.16º | 0.73% | 0.5% | - |
| HSV(B) | 175.16º | 0.84% | 0.87% | - |
| XYZ | 37.69 | 56.53 | 67.32 | - |
| YUV | 163.68 | 151.88 | 36.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 221 | 206 | 0.84 | 0 | 0.07 | 0.13 | 175.16 | 0.73 | 0.5 |
| Hex | 23 | DD | CE | 54 | 0 | 7 | D | AF | 49 | 32 |
| Octal | 43 | 335 | 316 | 124 | 0 | 7 | 15 | 257 | 111 | 62 |
| Binary | 100011 | 11011101 | 11001110 | 1010100 | 0 | 111 | 1101 | 10101111 | 1001001 | 110010 |
Color Harmonies of #23DDCE
Complementary color
Monochromatic Colors of #23DDCE
Black with #23DDCE
Text Example
Text Example
White with #23DDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23DDCE; }
p { color: rgb(35,221,206); }
H1.HeaderClassName
{
color: #23DDCE;
}
.AnyTagClassName
{
color: #23DDCE;
}
</style>
background-color css
<style>
a { background-color: #23DDCE; }
a { background-color: rgb(35,221,206); }
div.DivClassName
{
background-color: #23DDCE;
}
.BgClassName
{
background-color: #23DDCE;
}
</style>
border-color css
<style>
span { border-color: #23DDCE; }
span { border-color: rgb(35,221,206); }
td.TdClassName
{
border-color: #23DDCE;
}
.TagClassName
{
border-color: #23DDCE;
}
</style>