Shades of Turquoise #2FEFC6
Tints of Turquoise #2FEFC6
RGB
CMYK
RGB Variations
Color information
#2FEFC6 (or 0x2FEFC6) is known color: Turquoise. HEX triplet: 2F, EF and C6. RGB value is (47,239,198). Sum of RGB (Red+Green+Blue) = 47+239+198=484 (64% of max value = 765). Red value is 47 (18.75% from 255 or 9.71% from 484); Green value is 239 (93.75% from 255 or 49.38% from 484); Blue value is 198 (77.73% from 255 or 40.91% from 484); Max value from RGB is 239 - color contains mainly: green. Hex color #2FEFC6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FEFC6 is #D01039. Grayscale: #B0B0B0. Windows color (decimal): -13635642 or 13037359. OLE color: 13037359.
HSL color Cylindrical-coordinate representation of color #2FEFC6: hue angle of 167.19º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FEFC6 is Cyan = 0.80, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 47 | 239 | 198 | - |
| CMYK | 0.80 | 0 | 0.17 | 0.06 |
| HSL | 167.19º | 0.86% | 0.56% | - |
| HSV(B) | 167.19º | 0.8% | 0.94% | - |
| XYZ | 42.23 | 66.41 | 64.02 | - |
| YUV | 176.92 | 139.89 | 35.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 239 | 198 | 0.80 | 0 | 0.17 | 0.06 | 167.19 | 0.86 | 0.56 |
| Hex | 2F | EF | C6 | 50 | 0 | 11 | 6 | A7 | 56 | 38 |
| Octal | 57 | 357 | 306 | 120 | 0 | 21 | 6 | 247 | 126 | 70 |
| Binary | 101111 | 11101111 | 11000110 | 1010000 | 0 | 10001 | 110 | 10100111 | 1010110 | 111000 |
Color Harmonies of #2FEFC6
Complementary color
Monochromatic Colors of #2FEFC6
Black with #2FEFC6
Text Example
Text Example
White with #2FEFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEFC6; }
p { color: rgb(47,239,198); }
H1.HeaderClassName
{
color: #2FEFC6;
}
.AnyTagClassName
{
color: #2FEFC6;
}
</style>
background-color css
<style>
a { background-color: #2FEFC6; }
a { background-color: rgb(47,239,198); }
div.DivClassName
{
background-color: #2FEFC6;
}
.BgClassName
{
background-color: #2FEFC6;
}
</style>
border-color css
<style>
span { border-color: #2FEFC6; }
span { border-color: rgb(47,239,198); }
td.TdClassName
{
border-color: #2FEFC6;
}
.TagClassName
{
border-color: #2FEFC6;
}
</style>