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