Shades of Turquoise #23DDC4
Tints of Turquoise #23DDC4
RGB
CMYK
RGB Variations
Color information
#23DDC4 (or 0x23DDC4) is known color: Turquoise. HEX triplet: 23, DD and C4. RGB value is (35,221,196). Sum of RGB (Red+Green+Blue) = 35+221+196=452 (59% of max value = 765). Red value is 35 (14.06% from 255 or 7.74% from 452); Green value is 221 (86.72% from 255 or 48.89% from 452); Blue value is 196 (76.95% from 255 or 43.36% from 452); Max value from RGB is 221 - color contains mainly: green. Hex color #23DDC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23DDC4 is #DC223B. Grayscale: #A2A2A2. Windows color (decimal): -14426684 or 12901667. OLE color: 12901667.
HSL color Cylindrical-coordinate representation of color #23DDC4: hue angle of 171.94º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #23DDC4 is Cyan = 0.84, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 221 | 196 | - |
| CMYK | 0.84 | 0 | 0.11 | 0.13 |
| HSL | 171.94º | 0.73% | 0.5% | - |
| HSV(B) | 171.94º | 0.84% | 0.87% | - |
| XYZ | 36.51 | 56.06 | 61.12 | - |
| YUV | 162.54 | 146.88 | 37.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 221 | 196 | 0.84 | 0 | 0.11 | 0.13 | 171.94 | 0.73 | 0.5 |
| Hex | 23 | DD | C4 | 54 | 0 | B | D | AC | 49 | 32 |
| Octal | 43 | 335 | 304 | 124 | 0 | 13 | 15 | 254 | 111 | 62 |
| Binary | 100011 | 11011101 | 11000100 | 1010100 | 0 | 1011 | 1101 | 10101100 | 1001001 | 110010 |
Color Harmonies of #23DDC4
Complementary color
Monochromatic Colors of #23DDC4
Black with #23DDC4
Text Example
Text Example
White with #23DDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23DDC4; }
p { color: rgb(35,221,196); }
H1.HeaderClassName
{
color: #23DDC4;
}
.AnyTagClassName
{
color: #23DDC4;
}
</style>
background-color css
<style>
a { background-color: #23DDC4; }
a { background-color: rgb(35,221,196); }
div.DivClassName
{
background-color: #23DDC4;
}
.BgClassName
{
background-color: #23DDC4;
}
</style>
border-color css
<style>
span { border-color: #23DDC4; }
span { border-color: rgb(35,221,196); }
td.TdClassName
{
border-color: #23DDC4;
}
.TagClassName
{
border-color: #23DDC4;
}
</style>