Shades of Turquoise #2CF6BC
Tints of Turquoise #2CF6BC
RGB
CMYK
RGB Variations
Color information
#2CF6BC (or 0x2CF6BC) is known color: Turquoise. HEX triplet: 2C, F6 and BC. RGB value is (44,246,188). Sum of RGB (Red+Green+Blue) = 44+246+188=478 (63% of max value = 765). Red value is 44 (17.58% from 255 or 9.21% from 478); Green value is 246 (96.48% from 255 or 51.46% from 478); Blue value is 188 (73.83% from 255 or 39.33% from 478); Max value from RGB is 246 - color contains mainly: green. Hex color #2CF6BC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CF6BC is #D30943. Grayscale: #B3B3B3. Windows color (decimal): -13830468 or 12383788. OLE color: 12383788.
HSL color Cylindrical-coordinate representation of color #2CF6BC: hue angle of 162.77º 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 #2CF6BC is Cyan = 0.82, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 44 | 246 | 188 | - |
| CMYK | 0.82 | 0 | 0.24 | 0.04 |
| HSL | 162.77º | 0.92% | 0.57% | - |
| HSV(B) | 162.77º | 0.82% | 0.96% | - |
| XYZ | 43.07 | 70.08 | 58.83 | - |
| YUV | 178.99 | 133.08 | 31.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 246 | 188 | 0.82 | 0 | 0.24 | 0.04 | 162.77 | 0.92 | 0.57 |
| Hex | 2C | F6 | BC | 52 | 0 | 18 | 4 | A3 | 5C | 39 |
| Octal | 54 | 366 | 274 | 122 | 0 | 30 | 4 | 243 | 134 | 71 |
| Binary | 101100 | 11110110 | 10111100 | 1010010 | 0 | 11000 | 100 | 10100011 | 1011100 | 111001 |
Color Harmonies of #2CF6BC
Complementary color
Monochromatic Colors of #2CF6BC
Black with #2CF6BC
Text Example
Text Example
White with #2CF6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF6BC; }
p { color: rgb(44,246,188); }
H1.HeaderClassName
{
color: #2CF6BC;
}
.AnyTagClassName
{
color: #2CF6BC;
}
</style>
background-color css
<style>
a { background-color: #2CF6BC; }
a { background-color: rgb(44,246,188); }
div.DivClassName
{
background-color: #2CF6BC;
}
.BgClassName
{
background-color: #2CF6BC;
}
</style>
border-color css
<style>
span { border-color: #2CF6BC; }
span { border-color: rgb(44,246,188); }
td.TdClassName
{
border-color: #2CF6BC;
}
.TagClassName
{
border-color: #2CF6BC;
}
</style>