Shades of Dark Turquoise #23CCD7
Tints of Dark Turquoise #23CCD7
RGB
CMYK
RGB Variations
Color information
#23CCD7 (or 0x23CCD7) is known color: Dark Turquoise. HEX triplet: 23, CC and D7. RGB value is (35,204,215). Sum of RGB (Red+Green+Blue) = 35+204+215=454 (60% of max value = 765). Red value is 35 (14.06% from 255 or 7.71% from 454); Green value is 204 (80.08% from 255 or 44.93% from 454); Blue value is 215 (84.38% from 255 or 47.36% from 454); Max value from RGB is 215 - color contains mainly: blue. Hex color #23CCD7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23CCD7 is #DC3328. Grayscale: #9A9A9A. Windows color (decimal): -14431017 or 14142499. OLE color: 14142499.
HSL color Cylindrical-coordinate representation of color #23CCD7: hue angle of 183.67º 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 #23CCD7 is Cyan = 0.84, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 35 | 204 | 215 | - |
| CMYK | 0.84 | 0.05 | 0 | 0.16 |
| HSL | 183.67º | 0.72% | 0.49% | - |
| HSV(B) | 183.67º | 0.84% | 0.84% | - |
| XYZ | 34.55 | 48.45 | 71.82 | - |
| YUV | 154.72 | 162.01 | 42.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 204 | 215 | 0.84 | 0.05 | 0 | 0.16 | 183.67 | 0.72 | 0.49 |
| Hex | 23 | CC | D7 | 54 | 5 | 0 | 10 | B8 | 48 | 31 |
| Octal | 43 | 314 | 327 | 124 | 5 | 0 | 20 | 270 | 110 | 61 |
| Binary | 100011 | 11001100 | 11010111 | 1010100 | 101 | 0 | 10000 | 10111000 | 1001000 | 110001 |
Color Harmonies of #23CCD7
Complementary color
Monochromatic Colors of #23CCD7
Black with #23CCD7
Text Example
Text Example
White with #23CCD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23CCD7; }
p { color: rgb(35,204,215); }
H1.HeaderClassName
{
color: #23CCD7;
}
.AnyTagClassName
{
color: #23CCD7;
}
</style>
background-color css
<style>
a { background-color: #23CCD7; }
a { background-color: rgb(35,204,215); }
div.DivClassName
{
background-color: #23CCD7;
}
.BgClassName
{
background-color: #23CCD7;
}
</style>
border-color css
<style>
span { border-color: #23CCD7; }
span { border-color: rgb(35,204,215); }
td.TdClassName
{
border-color: #23CCD7;
}
.TagClassName
{
border-color: #23CCD7;
}
</style>