Shades of Turquoise #2CEFC6
Tints of Turquoise #2CEFC6
RGB
CMYK
RGB Variations
Color information
#2CEFC6 (or 0x2CEFC6) is known color: Turquoise. HEX triplet: 2C, EF and C6. RGB value is (44,239,198). Sum of RGB (Red+Green+Blue) = 44+239+198=481 (63% of max value = 765). Red value is 44 (17.58% from 255 or 9.15% from 481); Green value is 239 (93.75% from 255 or 49.69% from 481); Blue value is 198 (77.73% from 255 or 41.16% from 481); Max value from RGB is 239 - color contains mainly: green. Hex color #2CEFC6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CEFC6 is #D31039. Grayscale: #AFAFAF. Windows color (decimal): -13832250 or 13037356. OLE color: 13037356.
HSL color Cylindrical-coordinate representation of color #2CEFC6: hue angle of 167.38º 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 #2CEFC6 is Cyan = 0.82, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 44 | 239 | 198 | - |
| CMYK | 0.82 | 0 | 0.17 | 0.06 |
| HSL | 167.38º | 0.86% | 0.55% | - |
| HSV(B) | 167.38º | 0.82% | 0.94% | - |
| XYZ | 42.1 | 66.35 | 64.01 | - |
| YUV | 176.02 | 140.4 | 33.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 239 | 198 | 0.82 | 0 | 0.17 | 0.06 | 167.38 | 0.86 | 0.55 |
| Hex | 2C | EF | C6 | 52 | 0 | 11 | 6 | A7 | 56 | 37 |
| Octal | 54 | 357 | 306 | 122 | 0 | 21 | 6 | 247 | 126 | 67 |
| Binary | 101100 | 11101111 | 11000110 | 1010010 | 0 | 10001 | 110 | 10100111 | 1010110 | 110111 |
Color Harmonies of #2CEFC6
Complementary color
Monochromatic Colors of #2CEFC6
Black with #2CEFC6
Text Example
Text Example
White with #2CEFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CEFC6; }
p { color: rgb(44,239,198); }
H1.HeaderClassName
{
color: #2CEFC6;
}
.AnyTagClassName
{
color: #2CEFC6;
}
</style>
background-color css
<style>
a { background-color: #2CEFC6; }
a { background-color: rgb(44,239,198); }
div.DivClassName
{
background-color: #2CEFC6;
}
.BgClassName
{
background-color: #2CEFC6;
}
</style>
border-color css
<style>
span { border-color: #2CEFC6; }
span { border-color: rgb(44,239,198); }
td.TdClassName
{
border-color: #2CEFC6;
}
.TagClassName
{
border-color: #2CEFC6;
}
</style>