Shades of Dark Turquoise #23CED6
Tints of Dark Turquoise #23CED6
RGB
CMYK
RGB Variations
Color information
#23CED6 (or 0x23CED6) is known color: Dark Turquoise. HEX triplet: 23, CE and D6. RGB value is (35,206,214). Sum of RGB (Red+Green+Blue) = 35+206+214=455 (60% of max value = 765). Red value is 35 (14.06% from 255 or 7.69% from 455); Green value is 206 (80.86% from 255 or 45.27% from 455); Blue value is 214 (83.98% from 255 or 47.03% from 455); Max value from RGB is 214 - color contains mainly: blue. Hex color #23CED6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23CED6 is #DC3129. Grayscale: #9B9B9B. Windows color (decimal): -14430506 or 14077475. OLE color: 14077475.
HSL color Cylindrical-coordinate representation of color #23CED6: hue angle of 182.68º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #23CED6 is Cyan = 0.84, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 35 | 206 | 214 | - |
| CMYK | 0.84 | 0.04 | 0 | 0.16 |
| HSL | 182.68º | 0.72% | 0.49% | - |
| HSV(B) | 182.68º | 0.84% | 0.84% | - |
| XYZ | 34.9 | 49.35 | 71.31 | - |
| YUV | 155.78 | 160.85 | 41.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 206 | 214 | 0.84 | 0.04 | 0 | 0.16 | 182.68 | 0.72 | 0.49 |
| Hex | 23 | CE | D6 | 54 | 4 | 0 | 10 | B7 | 48 | 31 |
| Octal | 43 | 316 | 326 | 124 | 4 | 0 | 20 | 267 | 110 | 61 |
| Binary | 100011 | 11001110 | 11010110 | 1010100 | 100 | 0 | 10000 | 10110111 | 1001000 | 110001 |
Color Harmonies of #23CED6
Complementary color
Monochromatic Colors of #23CED6
Black with #23CED6
Text Example
Text Example
White with #23CED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23CED6; }
p { color: rgb(35,206,214); }
H1.HeaderClassName
{
color: #23CED6;
}
.AnyTagClassName
{
color: #23CED6;
}
</style>
background-color css
<style>
a { background-color: #23CED6; }
a { background-color: rgb(35,206,214); }
div.DivClassName
{
background-color: #23CED6;
}
.BgClassName
{
background-color: #23CED6;
}
</style>
border-color css
<style>
span { border-color: #23CED6; }
span { border-color: rgb(35,206,214); }
td.TdClassName
{
border-color: #23CED6;
}
.TagClassName
{
border-color: #23CED6;
}
</style>