Shades of Turquoise #2CEFD1
Tints of Turquoise #2CEFD1
RGB
CMYK
RGB Variations
Color information
#2CEFD1 (or 0x2CEFD1) is known color: Turquoise. HEX triplet: 2C, EF and D1. RGB value is (44,239,209). Sum of RGB (Red+Green+Blue) = 44+239+209=492 (65% of max value = 765). Red value is 44 (17.58% from 255 or 8.94% from 492); Green value is 239 (93.75% from 255 or 48.58% from 492); Blue value is 209 (82.03% from 255 or 42.48% from 492); Max value from RGB is 239 - color contains mainly: green. Hex color #2CEFD1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CEFD1 is #D3102E. Grayscale: #B1B1B1. Windows color (decimal): -13832239 or 13758252. OLE color: 13758252.
HSL color Cylindrical-coordinate representation of color #2CEFD1: hue angle of 170.77º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CEFD1 is Cyan = 0.82, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 44 | 239 | 209 | - |
| CMYK | 0.82 | 0 | 0.13 | 0.06 |
| HSL | 170.77º | 0.86% | 0.55% | - |
| HSV(B) | 170.77º | 0.82% | 0.94% | - |
| XYZ | 43.41 | 66.87 | 70.94 | - |
| YUV | 177.28 | 145.9 | 32.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 239 | 209 | 0.82 | 0 | 0.13 | 0.06 | 170.77 | 0.86 | 0.55 |
| Hex | 2C | EF | D1 | 52 | 0 | D | 6 | AB | 56 | 37 |
| Octal | 54 | 357 | 321 | 122 | 0 | 15 | 6 | 253 | 126 | 67 |
| Binary | 101100 | 11101111 | 11010001 | 1010010 | 0 | 1101 | 110 | 10101011 | 1010110 | 110111 |
Color Harmonies of #2CEFD1
Complementary color
Monochromatic Colors of #2CEFD1
Black with #2CEFD1
Text Example
Text Example
White with #2CEFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CEFD1; }
p { color: rgb(44,239,209); }
H1.HeaderClassName
{
color: #2CEFD1;
}
.AnyTagClassName
{
color: #2CEFD1;
}
</style>
background-color css
<style>
a { background-color: #2CEFD1; }
a { background-color: rgb(44,239,209); }
div.DivClassName
{
background-color: #2CEFD1;
}
.BgClassName
{
background-color: #2CEFD1;
}
</style>
border-color css
<style>
span { border-color: #2CEFD1; }
span { border-color: rgb(44,239,209); }
td.TdClassName
{
border-color: #2CEFD1;
}
.TagClassName
{
border-color: #2CEFD1;
}
</style>