Shades of Turquoise #23DDCB
Tints of Turquoise #23DDCB
RGB
CMYK
RGB Variations
Color information
#23DDCB (or 0x23DDCB) is known color: Turquoise. HEX triplet: 23, DD and CB. RGB value is (35,221,203). Sum of RGB (Red+Green+Blue) = 35+221+203=459 (60% of max value = 765). Red value is 35 (14.06% from 255 or 7.63% from 459); Green value is 221 (86.72% from 255 or 48.15% from 459); Blue value is 203 (79.69% from 255 or 44.23% from 459); Max value from RGB is 221 - color contains mainly: green. Hex color #23DDCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23DDCB is #DC2234. Grayscale: #A3A3A3. Windows color (decimal): -14426677 or 13360419. OLE color: 13360419.
HSL color Cylindrical-coordinate representation of color #23DDCB: hue angle of 174.19º 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 #23DDCB is Cyan = 0.84, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 221 | 203 | - |
| CMYK | 0.84 | 0 | 0.08 | 0.13 |
| HSL | 174.19º | 0.73% | 0.5% | - |
| HSV(B) | 174.19º | 0.84% | 0.87% | - |
| XYZ | 37.33 | 56.38 | 65.42 | - |
| YUV | 163.33 | 150.38 | 36.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 221 | 203 | 0.84 | 0 | 0.08 | 0.13 | 174.19 | 0.73 | 0.5 |
| Hex | 23 | DD | CB | 54 | 0 | 8 | D | AE | 49 | 32 |
| Octal | 43 | 335 | 313 | 124 | 0 | 10 | 15 | 256 | 111 | 62 |
| Binary | 100011 | 11011101 | 11001011 | 1010100 | 0 | 1000 | 1101 | 10101110 | 1001001 | 110010 |
Color Harmonies of #23DDCB
Complementary color
Monochromatic Colors of #23DDCB
Black with #23DDCB
Text Example
Text Example
White with #23DDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23DDCB; }
p { color: rgb(35,221,203); }
H1.HeaderClassName
{
color: #23DDCB;
}
.AnyTagClassName
{
color: #23DDCB;
}
</style>
background-color css
<style>
a { background-color: #23DDCB; }
a { background-color: rgb(35,221,203); }
div.DivClassName
{
background-color: #23DDCB;
}
.BgClassName
{
background-color: #23DDCB;
}
</style>
border-color css
<style>
span { border-color: #23DDCB; }
span { border-color: rgb(35,221,203); }
td.TdClassName
{
border-color: #23DDCB;
}
.TagClassName
{
border-color: #23DDCB;
}
</style>