Shades of Turquoise #2CEFC1
Tints of Turquoise #2CEFC1
RGB
CMYK
RGB Variations
Color information
#2CEFC1 (or 0x2CEFC1) is known color: Turquoise. HEX triplet: 2C, EF and C1. RGB value is (44,239,193). Sum of RGB (Red+Green+Blue) = 44+239+193=476 (63% of max value = 765). Red value is 44 (17.58% from 255 or 9.24% from 476); Green value is 239 (93.75% from 255 or 50.21% from 476); Blue value is 193 (75.78% from 255 or 40.55% from 476); Max value from RGB is 239 - color contains mainly: green. Hex color #2CEFC1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CEFC1 is #D3103E. Grayscale: #AFAFAF. Windows color (decimal): -13832255 or 12709676. OLE color: 12709676.
HSL color Cylindrical-coordinate representation of color #2CEFC1: hue angle of 165.85º 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 #2CEFC1 is Cyan = 0.82, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 44 | 239 | 193 | - |
| CMYK | 0.82 | 0 | 0.19 | 0.06 |
| HSL | 165.85º | 0.86% | 0.55% | - |
| HSV(B) | 165.85º | 0.82% | 0.94% | - |
| XYZ | 41.53 | 66.12 | 61.03 | - |
| YUV | 175.45 | 137.9 | 34.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 239 | 193 | 0.82 | 0 | 0.19 | 0.06 | 165.85 | 0.86 | 0.55 |
| Hex | 2C | EF | C1 | 52 | 0 | 13 | 6 | A6 | 56 | 37 |
| Octal | 54 | 357 | 301 | 122 | 0 | 23 | 6 | 246 | 126 | 67 |
| Binary | 101100 | 11101111 | 11000001 | 1010010 | 0 | 10011 | 110 | 10100110 | 1010110 | 110111 |
Color Harmonies of #2CEFC1
Complementary color
Monochromatic Colors of #2CEFC1
Black with #2CEFC1
Text Example
Text Example
White with #2CEFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CEFC1; }
p { color: rgb(44,239,193); }
H1.HeaderClassName
{
color: #2CEFC1;
}
.AnyTagClassName
{
color: #2CEFC1;
}
</style>
background-color css
<style>
a { background-color: #2CEFC1; }
a { background-color: rgb(44,239,193); }
div.DivClassName
{
background-color: #2CEFC1;
}
.BgClassName
{
background-color: #2CEFC1;
}
</style>
border-color css
<style>
span { border-color: #2CEFC1; }
span { border-color: rgb(44,239,193); }
td.TdClassName
{
border-color: #2CEFC1;
}
.TagClassName
{
border-color: #2CEFC1;
}
</style>