Shades of Dark Turquoise #23CCD5
Tints of Dark Turquoise #23CCD5
RGB
CMYK
RGB Variations
Color information
#23CCD5 (or 0x23CCD5) is known color: Dark Turquoise. HEX triplet: 23, CC and D5. RGB value is (35,204,213). Sum of RGB (Red+Green+Blue) = 35+204+213=452 (59% of max value = 765). Red value is 35 (14.06% from 255 or 7.74% from 452); Green value is 204 (80.08% from 255 or 45.13% from 452); Blue value is 213 (83.59% from 255 or 47.12% from 452); Max value from RGB is 213 - color contains mainly: blue. Hex color #23CCD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23CCD5 is #DC332A. Grayscale: #9A9A9A. Windows color (decimal): -14431019 or 14011427. OLE color: 14011427.
HSL color Cylindrical-coordinate representation of color #23CCD5: hue angle of 183.03º 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 #23CCD5 is Cyan = 0.84, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 35 | 204 | 213 | - |
| CMYK | 0.84 | 0.04 | 0 | 0.16 |
| HSL | 183.03º | 0.72% | 0.49% | - |
| HSV(B) | 183.03º | 0.84% | 0.84% | - |
| XYZ | 34.3 | 48.35 | 70.48 | - |
| YUV | 154.5 | 161.01 | 42.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 204 | 213 | 0.84 | 0.04 | 0 | 0.16 | 183.03 | 0.72 | 0.49 |
| Hex | 23 | CC | D5 | 54 | 4 | 0 | 10 | B7 | 48 | 31 |
| Octal | 43 | 314 | 325 | 124 | 4 | 0 | 20 | 267 | 110 | 61 |
| Binary | 100011 | 11001100 | 11010101 | 1010100 | 100 | 0 | 10000 | 10110111 | 1001000 | 110001 |
Color Harmonies of #23CCD5
Complementary color
Monochromatic Colors of #23CCD5
Black with #23CCD5
Text Example
Text Example
White with #23CCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23CCD5; }
p { color: rgb(35,204,213); }
H1.HeaderClassName
{
color: #23CCD5;
}
.AnyTagClassName
{
color: #23CCD5;
}
</style>
background-color css
<style>
a { background-color: #23CCD5; }
a { background-color: rgb(35,204,213); }
div.DivClassName
{
background-color: #23CCD5;
}
.BgClassName
{
background-color: #23CCD5;
}
</style>
border-color css
<style>
span { border-color: #23CCD5; }
span { border-color: rgb(35,204,213); }
td.TdClassName
{
border-color: #23CCD5;
}
.TagClassName
{
border-color: #23CCD5;
}
</style>