Shades of Dark Turquoise #23CCDD
Tints of Dark Turquoise #23CCDD
RGB
CMYK
RGB Variations
Color information
#23CCDD (or 0x23CCDD) is known color: Dark Turquoise. HEX triplet: 23, CC and DD. RGB value is (35,204,221). Sum of RGB (Red+Green+Blue) = 35+204+221=460 (60% of max value = 765). Red value is 35 (14.06% from 255 or 7.61% from 460); Green value is 204 (80.08% from 255 or 44.35% from 460); Blue value is 221 (86.72% from 255 or 48.04% from 460); Max value from RGB is 221 - color contains mainly: blue. Hex color #23CCDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23CCDD is #DC3322. Grayscale: #9B9B9B. Windows color (decimal): -14431011 or 14535715. OLE color: 14535715.
HSL color Cylindrical-coordinate representation of color #23CCDD: hue angle of 185.48º 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 #23CCDD is Cyan = 0.84, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 204 | 221 | - |
| CMYK | 0.84 | 0.08 | 0 | 0.13 |
| HSL | 185.48º | 0.73% | 0.5% | - |
| HSV(B) | 185.48º | 0.84% | 0.87% | - |
| XYZ | 35.34 | 48.76 | 75.96 | - |
| YUV | 155.41 | 165.01 | 42.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 204 | 221 | 0.84 | 0.08 | 0 | 0.13 | 185.48 | 0.73 | 0.5 |
| Hex | 23 | CC | DD | 54 | 8 | 0 | D | B9 | 49 | 32 |
| Octal | 43 | 314 | 335 | 124 | 10 | 0 | 15 | 271 | 111 | 62 |
| Binary | 100011 | 11001100 | 11011101 | 1010100 | 1000 | 0 | 1101 | 10111001 | 1001001 | 110010 |
Color Harmonies of #23CCDD
Complementary color
Monochromatic Colors of #23CCDD
Black with #23CCDD
Text Example
Text Example
White with #23CCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23CCDD; }
p { color: rgb(35,204,221); }
H1.HeaderClassName
{
color: #23CCDD;
}
.AnyTagClassName
{
color: #23CCDD;
}
</style>
background-color css
<style>
a { background-color: #23CCDD; }
a { background-color: rgb(35,204,221); }
div.DivClassName
{
background-color: #23CCDD;
}
.BgClassName
{
background-color: #23CCDD;
}
</style>
border-color css
<style>
span { border-color: #23CCDD; }
span { border-color: rgb(35,204,221); }
td.TdClassName
{
border-color: #23CCDD;
}
.TagClassName
{
border-color: #23CCDD;
}
</style>