Shades of Dark Turquoise #23D0DD
Tints of Dark Turquoise #23D0DD
RGB
CMYK
RGB Variations
Color information
#23D0DD (or 0x23D0DD) is known color: Dark Turquoise. HEX triplet: 23, D0 and DD. RGB value is (35,208,221). Sum of RGB (Red+Green+Blue) = 35+208+221=464 (61% of max value = 765). Red value is 35 (14.06% from 255 or 7.54% from 464); Green value is 208 (81.64% from 255 or 44.83% from 464); Blue value is 221 (86.72% from 255 or 47.63% from 464); Max value from RGB is 221 - color contains mainly: blue. Hex color #23D0DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23D0DD is #DC2F22. Grayscale: #9D9D9D. Windows color (decimal): -14429987 or 14536739. OLE color: 14536739.
HSL color Cylindrical-coordinate representation of color #23D0DD: hue angle of 184.19º 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 #23D0DD is Cyan = 0.84, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 208 | 221 | - |
| CMYK | 0.84 | 0.06 | 0 | 0.13 |
| HSL | 184.19º | 0.73% | 0.5% | - |
| HSV(B) | 184.19º | 0.84% | 0.87% | - |
| XYZ | 36.3 | 50.69 | 76.28 | - |
| YUV | 157.76 | 163.69 | 40.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 208 | 221 | 0.84 | 0.06 | 0 | 0.13 | 184.19 | 0.73 | 0.5 |
| Hex | 23 | D0 | DD | 54 | 6 | 0 | D | B8 | 49 | 32 |
| Octal | 43 | 320 | 335 | 124 | 6 | 0 | 15 | 270 | 111 | 62 |
| Binary | 100011 | 11010000 | 11011101 | 1010100 | 110 | 0 | 1101 | 10111000 | 1001001 | 110010 |
Color Harmonies of #23D0DD
Complementary color
Monochromatic Colors of #23D0DD
Black with #23D0DD
Text Example
Text Example
White with #23D0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23D0DD; }
p { color: rgb(35,208,221); }
H1.HeaderClassName
{
color: #23D0DD;
}
.AnyTagClassName
{
color: #23D0DD;
}
</style>
background-color css
<style>
a { background-color: #23D0DD; }
a { background-color: rgb(35,208,221); }
div.DivClassName
{
background-color: #23D0DD;
}
.BgClassName
{
background-color: #23D0DD;
}
</style>
border-color css
<style>
span { border-color: #23D0DD; }
span { border-color: rgb(35,208,221); }
td.TdClassName
{
border-color: #23D0DD;
}
.TagClassName
{
border-color: #23D0DD;
}
</style>