Shades of Turquoise #2CF6E2
Tints of Turquoise #2CF6E2
RGB
CMYK
RGB Variations
Color information
#2CF6E2 (or 0x2CF6E2) is known color: Turquoise. HEX triplet: 2C, F6 and E2. RGB value is (44,246,226). Sum of RGB (Red+Green+Blue) = 44+246+226=516 (68% of max value = 765). Red value is 44 (17.58% from 255 or 8.53% from 516); Green value is 246 (96.48% from 255 or 47.67% from 516); Blue value is 226 (88.67% from 255 or 43.80% from 516); Max value from RGB is 246 - color contains mainly: green. Hex color #2CF6E2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CF6E2 is #D3091D. Grayscale: #B7B7B7. Windows color (decimal): -13830430 or 14874156. OLE color: 14874156.
HSL color Cylindrical-coordinate representation of color #2CF6E2: hue angle of 174.06º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CF6E2 is Cyan = 0.82, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 44 | 246 | 226 | - |
| CMYK | 0.82 | 0 | 0.08 | 0.04 |
| HSL | 174.06º | 0.92% | 0.57% | - |
| HSV(B) | 174.06º | 0.82% | 0.96% | - |
| XYZ | 47.72 | 71.94 | 83.32 | - |
| YUV | 183.32 | 152.08 | 28.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 246 | 226 | 0.82 | 0 | 0.08 | 0.04 | 174.06 | 0.92 | 0.57 |
| Hex | 2C | F6 | E2 | 52 | 0 | 8 | 4 | AE | 5C | 39 |
| Octal | 54 | 366 | 342 | 122 | 0 | 10 | 4 | 256 | 134 | 71 |
| Binary | 101100 | 11110110 | 11100010 | 1010010 | 0 | 1000 | 100 | 10101110 | 1011100 | 111001 |
Color Harmonies of #2CF6E2
Complementary color
Monochromatic Colors of #2CF6E2
Black with #2CF6E2
Text Example
Text Example
White with #2CF6E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF6E2; }
p { color: rgb(44,246,226); }
H1.HeaderClassName
{
color: #2CF6E2;
}
.AnyTagClassName
{
color: #2CF6E2;
}
</style>
background-color css
<style>
a { background-color: #2CF6E2; }
a { background-color: rgb(44,246,226); }
div.DivClassName
{
background-color: #2CF6E2;
}
.BgClassName
{
background-color: #2CF6E2;
}
</style>
border-color css
<style>
span { border-color: #2CF6E2; }
span { border-color: rgb(44,246,226); }
td.TdClassName
{
border-color: #2CF6E2;
}
.TagClassName
{
border-color: #2CF6E2;
}
</style>