Shades of Dark Turquoise #23CDD5
Tints of Dark Turquoise #23CDD5
RGB
CMYK
RGB Variations
Color information
#23CDD5 (or 0x23CDD5) is known color: Dark Turquoise. HEX triplet: 23, CD and D5. RGB value is (35,205,213). Sum of RGB (Red+Green+Blue) = 35+205+213=453 (60% of max value = 765). Red value is 35 (14.06% from 255 or 7.73% from 453); Green value is 205 (80.47% from 255 or 45.25% from 453); Blue value is 213 (83.59% from 255 or 47.02% from 453); Max value from RGB is 213 - color contains mainly: blue. Hex color #23CDD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23CDD5 is #DC322A. Grayscale: #9A9A9A. Windows color (decimal): -14430763 or 14011683. OLE color: 14011683.
HSL color Cylindrical-coordinate representation of color #23CDD5: hue angle of 182.7º 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 #23CDD5 is Cyan = 0.84, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 35 | 205 | 213 | - |
| CMYK | 0.84 | 0.04 | 0 | 0.16 |
| HSL | 182.7º | 0.72% | 0.49% | - |
| HSV(B) | 182.7º | 0.84% | 0.84% | - |
| XYZ | 34.53 | 48.82 | 70.55 | - |
| YUV | 155.08 | 160.68 | 42.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 205 | 213 | 0.84 | 0.04 | 0 | 0.16 | 182.7 | 0.72 | 0.49 |
| Hex | 23 | CD | D5 | 54 | 4 | 0 | 10 | B7 | 48 | 31 |
| Octal | 43 | 315 | 325 | 124 | 4 | 0 | 20 | 267 | 110 | 61 |
| Binary | 100011 | 11001101 | 11010101 | 1010100 | 100 | 0 | 10000 | 10110111 | 1001000 | 110001 |
Color Harmonies of #23CDD5
Complementary color
Monochromatic Colors of #23CDD5
Black with #23CDD5
Text Example
Text Example
White with #23CDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23CDD5; }
p { color: rgb(35,205,213); }
H1.HeaderClassName
{
color: #23CDD5;
}
.AnyTagClassName
{
color: #23CDD5;
}
</style>
background-color css
<style>
a { background-color: #23CDD5; }
a { background-color: rgb(35,205,213); }
div.DivClassName
{
background-color: #23CDD5;
}
.BgClassName
{
background-color: #23CDD5;
}
</style>
border-color css
<style>
span { border-color: #23CDD5; }
span { border-color: rgb(35,205,213); }
td.TdClassName
{
border-color: #23CDD5;
}
.TagClassName
{
border-color: #23CDD5;
}
</style>