Shades of Turquoise #2CD3C6
Tints of Turquoise #2CD3C6
RGB
CMYK
RGB Variations
Color information
#2CD3C6 (or 0x2CD3C6) is known color: Turquoise. HEX triplet: 2C, D3 and C6. RGB value is (44,211,198). Sum of RGB (Red+Green+Blue) = 44+211+198=453 (60% of max value = 765). Red value is 44 (17.58% from 255 or 9.71% from 453); Green value is 211 (82.81% from 255 or 46.58% from 453); Blue value is 198 (77.73% from 255 or 43.71% from 453); Max value from RGB is 211 - color contains mainly: green. Hex color #2CD3C6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CD3C6 is #D32C39. Grayscale: #9F9F9F. Windows color (decimal): -13839418 or 13030188. OLE color: 13030188.
HSL color Cylindrical-coordinate representation of color #2CD3C6: hue angle of 175.33º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2CD3C6 is Cyan = 0.79, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 44 | 211 | 198 | - |
| CMYK | 0.79 | 0 | 0.06 | 0.17 |
| HSL | 175.33º | 0.65% | 0.5% | - |
| HSV(B) | 175.33º | 0.79% | 0.83% | - |
| XYZ | 34.53 | 51.2 | 61.49 | - |
| YUV | 159.59 | 149.67 | 45.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 211 | 198 | 0.79 | 0 | 0.06 | 0.17 | 175.33 | 0.65 | 0.5 |
| Hex | 2C | D3 | C6 | 4F | 0 | 6 | 11 | AF | 41 | 32 |
| Octal | 54 | 323 | 306 | 117 | 0 | 6 | 21 | 257 | 101 | 62 |
| Binary | 101100 | 11010011 | 11000110 | 1001111 | 0 | 110 | 10001 | 10101111 | 1000001 | 110010 |
Color Harmonies of #2CD3C6
Complementary color
Monochromatic Colors of #2CD3C6
Black with #2CD3C6
Text Example
Text Example
White with #2CD3C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CD3C6; }
p { color: rgb(44,211,198); }
H1.HeaderClassName
{
color: #2CD3C6;
}
.AnyTagClassName
{
color: #2CD3C6;
}
</style>
background-color css
<style>
a { background-color: #2CD3C6; }
a { background-color: rgb(44,211,198); }
div.DivClassName
{
background-color: #2CD3C6;
}
.BgClassName
{
background-color: #2CD3C6;
}
</style>
border-color css
<style>
span { border-color: #2CD3C6; }
span { border-color: rgb(44,211,198); }
td.TdClassName
{
border-color: #2CD3C6;
}
.TagClassName
{
border-color: #2CD3C6;
}
</style>