Shades of Turquoise #2CEFC4
Tints of Turquoise #2CEFC4
RGB
CMYK
RGB Variations
Color information
#2CEFC4 (or 0x2CEFC4) is known color: Turquoise. HEX triplet: 2C, EF and C4. RGB value is (44,239,196). Sum of RGB (Red+Green+Blue) = 44+239+196=479 (63% of max value = 765). Red value is 44 (17.58% from 255 or 9.19% from 479); Green value is 239 (93.75% from 255 or 49.90% from 479); Blue value is 196 (76.95% from 255 or 40.92% from 479); Max value from RGB is 239 - color contains mainly: green. Hex color #2CEFC4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CEFC4 is #D3103B. Grayscale: #AFAFAF. Windows color (decimal): -13832252 or 12906284. OLE color: 12906284.
HSL color Cylindrical-coordinate representation of color #2CEFC4: hue angle of 166.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 #2CEFC4 is Cyan = 0.82, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 44 | 239 | 196 | - |
| CMYK | 0.82 | 0 | 0.18 | 0.06 |
| HSL | 166.77º | 0.86% | 0.55% | - |
| HSV(B) | 166.77º | 0.82% | 0.94% | - |
| XYZ | 41.87 | 66.25 | 62.81 | - |
| YUV | 175.79 | 139.4 | 34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 239 | 196 | 0.82 | 0 | 0.18 | 0.06 | 166.77 | 0.86 | 0.55 |
| Hex | 2C | EF | C4 | 52 | 0 | 12 | 6 | A7 | 56 | 37 |
| Octal | 54 | 357 | 304 | 122 | 0 | 22 | 6 | 247 | 126 | 67 |
| Binary | 101100 | 11101111 | 11000100 | 1010010 | 0 | 10010 | 110 | 10100111 | 1010110 | 110111 |
Color Harmonies of #2CEFC4
Complementary color
Monochromatic Colors of #2CEFC4
Black with #2CEFC4
Text Example
Text Example
White with #2CEFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CEFC4; }
p { color: rgb(44,239,196); }
H1.HeaderClassName
{
color: #2CEFC4;
}
.AnyTagClassName
{
color: #2CEFC4;
}
</style>
background-color css
<style>
a { background-color: #2CEFC4; }
a { background-color: rgb(44,239,196); }
div.DivClassName
{
background-color: #2CEFC4;
}
.BgClassName
{
background-color: #2CEFC4;
}
</style>
border-color css
<style>
span { border-color: #2CEFC4; }
span { border-color: rgb(44,239,196); }
td.TdClassName
{
border-color: #2CEFC4;
}
.TagClassName
{
border-color: #2CEFC4;
}
</style>