Shades of Turquoise #23DACB
Tints of Turquoise #23DACB
RGB
CMYK
RGB Variations
Color information
#23DACB (or 0x23DACB) is known color: Turquoise. HEX triplet: 23, DA and CB. RGB value is (35,218,203). Sum of RGB (Red+Green+Blue) = 35+218+203=456 (60% of max value = 765). Red value is 35 (14.06% from 255 or 7.68% from 456); Green value is 218 (85.55% from 255 or 47.81% from 456); Blue value is 203 (79.69% from 255 or 44.52% from 456); Max value from RGB is 218 - color contains mainly: green. Hex color #23DACB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23DACB is #DC2534. Grayscale: #A1A1A1. Windows color (decimal): -14427445 or 13359651. OLE color: 13359651.
HSL color Cylindrical-coordinate representation of color #23DACB: hue angle of 175.08º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #23DACB is Cyan = 0.84, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 35 | 218 | 203 | - |
| CMYK | 0.84 | 0 | 0.07 | 0.15 |
| HSL | 175.08º | 0.72% | 0.5% | - |
| HSV(B) | 175.08º | 0.84% | 0.85% | - |
| XYZ | 36.54 | 54.81 | 65.15 | - |
| YUV | 161.57 | 151.37 | 37.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 218 | 203 | 0.84 | 0 | 0.07 | 0.15 | 175.08 | 0.72 | 0.5 |
| Hex | 23 | DA | CB | 54 | 0 | 7 | F | AF | 48 | 32 |
| Octal | 43 | 332 | 313 | 124 | 0 | 7 | 17 | 257 | 110 | 62 |
| Binary | 100011 | 11011010 | 11001011 | 1010100 | 0 | 111 | 1111 | 10101111 | 1001000 | 110010 |
Color Harmonies of #23DACB
Complementary color
Monochromatic Colors of #23DACB
Black with #23DACB
Text Example
Text Example
White with #23DACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23DACB; }
p { color: rgb(35,218,203); }
H1.HeaderClassName
{
color: #23DACB;
}
.AnyTagClassName
{
color: #23DACB;
}
</style>
background-color css
<style>
a { background-color: #23DACB; }
a { background-color: rgb(35,218,203); }
div.DivClassName
{
background-color: #23DACB;
}
.BgClassName
{
background-color: #23DACB;
}
</style>
border-color css
<style>
span { border-color: #23DACB; }
span { border-color: rgb(35,218,203); }
td.TdClassName
{
border-color: #23DACB;
}
.TagClassName
{
border-color: #23DACB;
}
</style>