Shades of Turquoise #2CE0B6
Tints of Turquoise #2CE0B6
RGB
CMYK
RGB Variations
Color information
#2CE0B6 (or 0x2CE0B6) is known color: Turquoise. HEX triplet: 2C, E0 and B6. RGB value is (44,224,182). Sum of RGB (Red+Green+Blue) = 44+224+182=450 (59% of max value = 765). Red value is 44 (17.58% from 255 or 9.78% from 450); Green value is 224 (87.89% from 255 or 49.78% from 450); Blue value is 182 (71.48% from 255 or 40.44% from 450); Max value from RGB is 224 - color contains mainly: green. Hex color #2CE0B6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CE0B6 is #D31F49. Grayscale: #A5A5A5. Windows color (decimal): -13836106 or 11984940. OLE color: 11984940.
HSL color Cylindrical-coordinate representation of color #2CE0B6: hue angle of 166º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CE0B6 is Cyan = 0.80, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 44 | 224 | 182 | - |
| CMYK | 0.80 | 0 | 0.19 | 0.12 |
| HSL | 166º | 0.74% | 0.53% | - |
| HSV(B) | 166º | 0.8% | 0.88% | - |
| XYZ | 36.14 | 57.22 | 53.4 | - |
| YUV | 165.39 | 137.37 | 41.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 224 | 182 | 0.80 | 0 | 0.19 | 0.12 | 166 | 0.74 | 0.53 |
| Hex | 2C | E0 | B6 | 50 | 0 | 13 | C | A6 | 4A | 35 |
| Octal | 54 | 340 | 266 | 120 | 0 | 23 | 14 | 246 | 112 | 65 |
| Binary | 101100 | 11100000 | 10110110 | 1010000 | 0 | 10011 | 1100 | 10100110 | 1001010 | 110101 |
Color Harmonies of #2CE0B6
Complementary color
Monochromatic Colors of #2CE0B6
Black with #2CE0B6
Text Example
Text Example
White with #2CE0B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE0B6; }
p { color: rgb(44,224,182); }
H1.HeaderClassName
{
color: #2CE0B6;
}
.AnyTagClassName
{
color: #2CE0B6;
}
</style>
background-color css
<style>
a { background-color: #2CE0B6; }
a { background-color: rgb(44,224,182); }
div.DivClassName
{
background-color: #2CE0B6;
}
.BgClassName
{
background-color: #2CE0B6;
}
</style>
border-color css
<style>
span { border-color: #2CE0B6; }
span { border-color: rgb(44,224,182); }
td.TdClassName
{
border-color: #2CE0B6;
}
.TagClassName
{
border-color: #2CE0B6;
}
</style>