Shades of Turquoise #2CD0BC
Tints of Turquoise #2CD0BC
RGB
CMYK
RGB Variations
Color information
#2CD0BC (or 0x2CD0BC) is known color: Turquoise. HEX triplet: 2C, D0 and BC. RGB value is (44,208,188). Sum of RGB (Red+Green+Blue) = 44+208+188=440 (58% of max value = 765). Red value is 44 (17.58% from 255 or 10% from 440); Green value is 208 (81.64% from 255 or 47.27% from 440); Blue value is 188 (73.83% from 255 or 42.73% from 440); Max value from RGB is 208 - color contains mainly: green. Hex color #2CD0BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CD0BC is #D32F43. Grayscale: #9C9C9C. Windows color (decimal): -13840196 or 12374060. OLE color: 12374060.
HSL color Cylindrical-coordinate representation of color #2CD0BC: hue angle of 172.68º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2CD0BC is Cyan = 0.79, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 44 | 208 | 188 | - |
| CMYK | 0.79 | 0 | 0.10 | 0.18 |
| HSL | 172.68º | 0.65% | 0.49% | - |
| HSV(B) | 172.68º | 0.79% | 0.82% | - |
| XYZ | 32.67 | 49.28 | 55.37 | - |
| YUV | 156.68 | 145.67 | 47.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 208 | 188 | 0.79 | 0 | 0.10 | 0.18 | 172.68 | 0.65 | 0.49 |
| Hex | 2C | D0 | BC | 4F | 0 | A | 12 | AD | 41 | 31 |
| Octal | 54 | 320 | 274 | 117 | 0 | 12 | 22 | 255 | 101 | 61 |
| Binary | 101100 | 11010000 | 10111100 | 1001111 | 0 | 1010 | 10010 | 10101101 | 1000001 | 110001 |
Color Harmonies of #2CD0BC
Complementary color
Monochromatic Colors of #2CD0BC
Black with #2CD0BC
Text Example
Text Example
White with #2CD0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CD0BC; }
p { color: rgb(44,208,188); }
H1.HeaderClassName
{
color: #2CD0BC;
}
.AnyTagClassName
{
color: #2CD0BC;
}
</style>
background-color css
<style>
a { background-color: #2CD0BC; }
a { background-color: rgb(44,208,188); }
div.DivClassName
{
background-color: #2CD0BC;
}
.BgClassName
{
background-color: #2CD0BC;
}
</style>
border-color css
<style>
span { border-color: #2CD0BC; }
span { border-color: rgb(44,208,188); }
td.TdClassName
{
border-color: #2CD0BC;
}
.TagClassName
{
border-color: #2CD0BC;
}
</style>