Shades of Turquoise #2CD7C1
Tints of Turquoise #2CD7C1
RGB
CMYK
RGB Variations
Color information
#2CD7C1 (or 0x2CD7C1) is known color: Turquoise. HEX triplet: 2C, D7 and C1. RGB value is (44,215,193). Sum of RGB (Red+Green+Blue) = 44+215+193=452 (59% of max value = 765). Red value is 44 (17.58% from 255 or 9.73% from 452); Green value is 215 (84.38% from 255 or 47.57% from 452); Blue value is 193 (75.78% from 255 or 42.70% from 452); Max value from RGB is 215 - color contains mainly: green. Hex color #2CD7C1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CD7C1 is #D3283E. Grayscale: #A1A1A1. Windows color (decimal): -13838399 or 12703532. OLE color: 12703532.
HSL color Cylindrical-coordinate representation of color #2CD7C1: hue angle of 172.28º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CD7C1 is Cyan = 0.80, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 44 | 215 | 193 | - |
| CMYK | 0.80 | 0 | 0.10 | 0.16 |
| HSL | 172.28º | 0.68% | 0.51% | - |
| HSV(B) | 172.28º | 0.8% | 0.84% | - |
| XYZ | 34.96 | 52.99 | 58.84 | - |
| YUV | 161.36 | 145.85 | 44.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 215 | 193 | 0.80 | 0 | 0.10 | 0.16 | 172.28 | 0.68 | 0.51 |
| Hex | 2C | D7 | C1 | 50 | 0 | A | 10 | AC | 44 | 33 |
| Octal | 54 | 327 | 301 | 120 | 0 | 12 | 20 | 254 | 104 | 63 |
| Binary | 101100 | 11010111 | 11000001 | 1010000 | 0 | 1010 | 10000 | 10101100 | 1000100 | 110011 |
Color Harmonies of #2CD7C1
Complementary color
Monochromatic Colors of #2CD7C1
Black with #2CD7C1
Text Example
Text Example
White with #2CD7C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CD7C1; }
p { color: rgb(44,215,193); }
H1.HeaderClassName
{
color: #2CD7C1;
}
.AnyTagClassName
{
color: #2CD7C1;
}
</style>
background-color css
<style>
a { background-color: #2CD7C1; }
a { background-color: rgb(44,215,193); }
div.DivClassName
{
background-color: #2CD7C1;
}
.BgClassName
{
background-color: #2CD7C1;
}
</style>
border-color css
<style>
span { border-color: #2CD7C1; }
span { border-color: rgb(44,215,193); }
td.TdClassName
{
border-color: #2CD7C1;
}
.TagClassName
{
border-color: #2CD7C1;
}
</style>