Shades of Dark Turquoise #23CED9
Tints of Dark Turquoise #23CED9
RGB
CMYK
RGB Variations
Color information
#23CED9 (or 0x23CED9) is known color: Dark Turquoise. HEX triplet: 23, CE and D9. RGB value is (35,206,217). Sum of RGB (Red+Green+Blue) = 35+206+217=458 (60% of max value = 765). Red value is 35 (14.06% from 255 or 7.64% from 458); Green value is 206 (80.86% from 255 or 44.98% from 458); Blue value is 217 (85.16% from 255 or 47.38% from 458); Max value from RGB is 217 - color contains mainly: blue. Hex color #23CED9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23CED9 is #DC3126. Grayscale: #9B9B9B. Windows color (decimal): -14430503 or 14274083. OLE color: 14274083.
HSL color Cylindrical-coordinate representation of color #23CED9: hue angle of 183.63º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #23CED9 is Cyan = 0.84, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 35 | 206 | 217 | - |
| CMYK | 0.84 | 0.05 | 0 | 0.15 |
| HSL | 183.63º | 0.72% | 0.49% | - |
| HSV(B) | 183.63º | 0.84% | 0.85% | - |
| XYZ | 35.29 | 49.51 | 73.34 | - |
| YUV | 156.13 | 162.35 | 41.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 206 | 217 | 0.84 | 0.05 | 0 | 0.15 | 183.63 | 0.72 | 0.49 |
| Hex | 23 | CE | D9 | 54 | 5 | 0 | F | B8 | 48 | 31 |
| Octal | 43 | 316 | 331 | 124 | 5 | 0 | 17 | 270 | 110 | 61 |
| Binary | 100011 | 11001110 | 11011001 | 1010100 | 101 | 0 | 1111 | 10111000 | 1001000 | 110001 |
Color Harmonies of #23CED9
Complementary color
Monochromatic Colors of #23CED9
Black with #23CED9
Text Example
Text Example
White with #23CED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23CED9; }
p { color: rgb(35,206,217); }
H1.HeaderClassName
{
color: #23CED9;
}
.AnyTagClassName
{
color: #23CED9;
}
</style>
background-color css
<style>
a { background-color: #23CED9; }
a { background-color: rgb(35,206,217); }
div.DivClassName
{
background-color: #23CED9;
}
.BgClassName
{
background-color: #23CED9;
}
</style>
border-color css
<style>
span { border-color: #23CED9; }
span { border-color: rgb(35,206,217); }
td.TdClassName
{
border-color: #23CED9;
}
.TagClassName
{
border-color: #23CED9;
}
</style>