Shades of Turquoise #23DCBC
Tints of Turquoise #23DCBC
RGB
CMYK
RGB Variations
Color information
#23DCBC (or 0x23DCBC) is known color: Turquoise. HEX triplet: 23, DC and BC. RGB value is (35,220,188). Sum of RGB (Red+Green+Blue) = 35+220+188=443 (58% of max value = 765). Red value is 35 (14.06% from 255 or 7.90% from 443); Green value is 220 (86.33% from 255 or 49.66% from 443); Blue value is 188 (73.83% from 255 or 42.44% from 443); Max value from RGB is 220 - color contains mainly: green. Hex color #23DCBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23DCBC is #DC2343. Grayscale: #A0A0A0. Windows color (decimal): -14426948 or 12377123. OLE color: 12377123.
HSL color Cylindrical-coordinate representation of color #23DCBC: hue angle of 169.62º 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 #23DCBC is Cyan = 0.84, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 35 | 220 | 188 | - |
| CMYK | 0.84 | 0 | 0.15 | 0.14 |
| HSL | 169.62º | 0.73% | 0.5% | - |
| HSV(B) | 169.62º | 0.84% | 0.86% | - |
| XYZ | 35.36 | 55.17 | 56.36 | - |
| YUV | 161.04 | 143.21 | 38.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 220 | 188 | 0.84 | 0 | 0.15 | 0.14 | 169.62 | 0.73 | 0.5 |
| Hex | 23 | DC | BC | 54 | 0 | F | E | AA | 49 | 32 |
| Octal | 43 | 334 | 274 | 124 | 0 | 17 | 16 | 252 | 111 | 62 |
| Binary | 100011 | 11011100 | 10111100 | 1010100 | 0 | 1111 | 1110 | 10101010 | 1001001 | 110010 |
Color Harmonies of #23DCBC
Complementary color
Monochromatic Colors of #23DCBC
Black with #23DCBC
Text Example
Text Example
White with #23DCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23DCBC; }
p { color: rgb(35,220,188); }
H1.HeaderClassName
{
color: #23DCBC;
}
.AnyTagClassName
{
color: #23DCBC;
}
</style>
background-color css
<style>
a { background-color: #23DCBC; }
a { background-color: rgb(35,220,188); }
div.DivClassName
{
background-color: #23DCBC;
}
.BgClassName
{
background-color: #23DCBC;
}
</style>
border-color css
<style>
span { border-color: #23DCBC; }
span { border-color: rgb(35,220,188); }
td.TdClassName
{
border-color: #23DCBC;
}
.TagClassName
{
border-color: #23DCBC;
}
</style>