Shades of Turquoise #23D7BC
Tints of Turquoise #23D7BC
RGB
CMYK
RGB Variations
Color information
#23D7BC (or 0x23D7BC) is known color: Turquoise. HEX triplet: 23, D7 and BC. RGB value is (35,215,188). Sum of RGB (Red+Green+Blue) = 35+215+188=438 (58% of max value = 765). Red value is 35 (14.06% from 255 or 7.99% from 438); Green value is 215 (84.38% from 255 or 49.09% from 438); Blue value is 188 (73.83% from 255 or 42.92% from 438); Max value from RGB is 215 - color contains mainly: green. Hex color #23D7BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23D7BC is #DC2843. Grayscale: #9E9E9E. Windows color (decimal): -14428228 or 12375843. OLE color: 12375843.
HSL color Cylindrical-coordinate representation of color #23D7BC: hue angle of 171º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #23D7BC is Cyan = 0.84, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 35 | 215 | 188 | - |
| CMYK | 0.84 | 0 | 0.13 | 0.16 |
| HSL | 171º | 0.72% | 0.49% | - |
| HSV(B) | 171º | 0.84% | 0.84% | - |
| XYZ | 34.07 | 52.59 | 55.93 | - |
| YUV | 158.1 | 144.87 | 40.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 215 | 188 | 0.84 | 0 | 0.13 | 0.16 | 171 | 0.72 | 0.49 |
| Hex | 23 | D7 | BC | 54 | 0 | D | 10 | AB | 48 | 31 |
| Octal | 43 | 327 | 274 | 124 | 0 | 15 | 20 | 253 | 110 | 61 |
| Binary | 100011 | 11010111 | 10111100 | 1010100 | 0 | 1101 | 10000 | 10101011 | 1001000 | 110001 |
Color Harmonies of #23D7BC
Complementary color
Monochromatic Colors of #23D7BC
Black with #23D7BC
Text Example
Text Example
White with #23D7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23D7BC; }
p { color: rgb(35,215,188); }
H1.HeaderClassName
{
color: #23D7BC;
}
.AnyTagClassName
{
color: #23D7BC;
}
</style>
background-color css
<style>
a { background-color: #23D7BC; }
a { background-color: rgb(35,215,188); }
div.DivClassName
{
background-color: #23D7BC;
}
.BgClassName
{
background-color: #23D7BC;
}
</style>
border-color css
<style>
span { border-color: #23D7BC; }
span { border-color: rgb(35,215,188); }
td.TdClassName
{
border-color: #23D7BC;
}
.TagClassName
{
border-color: #23D7BC;
}
</style>