Shades of Turquoise #2CD8BC
Tints of Turquoise #2CD8BC
RGB
CMYK
RGB Variations
Color information
#2CD8BC (or 0x2CD8BC) is known color: Turquoise. HEX triplet: 2C, D8 and BC. RGB value is (44,216,188). Sum of RGB (Red+Green+Blue) = 44+216+188=448 (59% of max value = 765). Red value is 44 (17.58% from 255 or 9.82% from 448); Green value is 216 (84.77% from 255 or 48.21% from 448); Blue value is 188 (73.83% from 255 or 41.96% from 448); Max value from RGB is 216 - color contains mainly: green. Hex color #2CD8BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CD8BC is #D32743. Grayscale: #A1A1A1. Windows color (decimal): -13838148 or 12376108. OLE color: 12376108.
HSL color Cylindrical-coordinate representation of color #2CD8BC: hue angle of 170.23º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CD8BC is Cyan = 0.80, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 44 | 216 | 188 | - |
| CMYK | 0.80 | 0 | 0.13 | 0.15 |
| HSL | 170.23º | 0.69% | 0.51% | - |
| HSV(B) | 170.23º | 0.8% | 0.85% | - |
| XYZ | 34.67 | 53.28 | 56.03 | - |
| YUV | 161.38 | 143.02 | 44.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 216 | 188 | 0.80 | 0 | 0.13 | 0.15 | 170.23 | 0.69 | 0.51 |
| Hex | 2C | D8 | BC | 50 | 0 | D | F | AA | 45 | 33 |
| Octal | 54 | 330 | 274 | 120 | 0 | 15 | 17 | 252 | 105 | 63 |
| Binary | 101100 | 11011000 | 10111100 | 1010000 | 0 | 1101 | 1111 | 10101010 | 1000101 | 110011 |
Color Harmonies of #2CD8BC
Complementary color
Monochromatic Colors of #2CD8BC
Black with #2CD8BC
Text Example
Text Example
White with #2CD8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CD8BC; }
p { color: rgb(44,216,188); }
H1.HeaderClassName
{
color: #2CD8BC;
}
.AnyTagClassName
{
color: #2CD8BC;
}
</style>
background-color css
<style>
a { background-color: #2CD8BC; }
a { background-color: rgb(44,216,188); }
div.DivClassName
{
background-color: #2CD8BC;
}
.BgClassName
{
background-color: #2CD8BC;
}
</style>
border-color css
<style>
span { border-color: #2CD8BC; }
span { border-color: rgb(44,216,188); }
td.TdClassName
{
border-color: #2CD8BC;
}
.TagClassName
{
border-color: #2CD8BC;
}
</style>