Shades of Turquoise #23DCCC
Tints of Turquoise #23DCCC
RGB
CMYK
RGB Variations
Color information
#23DCCC (or 0x23DCCC) is known color: Turquoise. HEX triplet: 23, DC and CC. RGB value is (35,220,204). Sum of RGB (Red+Green+Blue) = 35+220+204=459 (60% of max value = 765). Red value is 35 (14.06% from 255 or 7.63% from 459); Green value is 220 (86.33% from 255 or 47.93% from 459); Blue value is 204 (80.08% from 255 or 44.44% from 459); Max value from RGB is 220 - color contains mainly: green. Hex color #23DCCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23DCCC is #DC2333. Grayscale: #A2A2A2. Windows color (decimal): -14426932 or 13425699. OLE color: 13425699.
HSL color Cylindrical-coordinate representation of color #23DCCC: hue angle of 174.81º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #23DCCC is Cyan = 0.84, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 35 | 220 | 204 | - |
| CMYK | 0.84 | 0 | 0.07 | 0.14 |
| HSL | 174.81º | 0.73% | 0.5% | - |
| HSV(B) | 174.81º | 0.84% | 0.86% | - |
| XYZ | 37.19 | 55.9 | 65.96 | - |
| YUV | 162.86 | 151.21 | 36.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 220 | 204 | 0.84 | 0 | 0.07 | 0.14 | 174.81 | 0.73 | 0.5 |
| Hex | 23 | DC | CC | 54 | 0 | 7 | E | AF | 49 | 32 |
| Octal | 43 | 334 | 314 | 124 | 0 | 7 | 16 | 257 | 111 | 62 |
| Binary | 100011 | 11011100 | 11001100 | 1010100 | 0 | 111 | 1110 | 10101111 | 1001001 | 110010 |
Color Harmonies of #23DCCC
Complementary color
Monochromatic Colors of #23DCCC
Black with #23DCCC
Text Example
Text Example
White with #23DCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23DCCC; }
p { color: rgb(35,220,204); }
H1.HeaderClassName
{
color: #23DCCC;
}
.AnyTagClassName
{
color: #23DCCC;
}
</style>
background-color css
<style>
a { background-color: #23DCCC; }
a { background-color: rgb(35,220,204); }
div.DivClassName
{
background-color: #23DCCC;
}
.BgClassName
{
background-color: #23DCCC;
}
</style>
border-color css
<style>
span { border-color: #23DCCC; }
span { border-color: rgb(35,220,204); }
td.TdClassName
{
border-color: #23DCCC;
}
.TagClassName
{
border-color: #23DCCC;
}
</style>