Shades of Turquoise #2FEFBA
Tints of Turquoise #2FEFBA
RGB
CMYK
RGB Variations
Color information
#2FEFBA (or 0x2FEFBA) is known color: Turquoise. HEX triplet: 2F, EF and BA. RGB value is (47,239,186). Sum of RGB (Red+Green+Blue) = 47+239+186=472 (62% of max value = 765). Red value is 47 (18.75% from 255 or 9.96% from 472); Green value is 239 (93.75% from 255 or 50.64% from 472); Blue value is 186 (73.05% from 255 or 39.41% from 472); Max value from RGB is 239 - color contains mainly: green. Hex color #2FEFBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FEFBA is #D01045. Grayscale: #AFAFAF. Windows color (decimal): -13635654 or 12250927. OLE color: 12250927.
HSL color Cylindrical-coordinate representation of color #2FEFBA: hue angle of 163.44º 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 #2FEFBA is Cyan = 0.80, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 47 | 239 | 186 | - |
| CMYK | 0.80 | 0 | 0.22 | 0.06 |
| HSL | 163.44º | 0.86% | 0.56% | - |
| HSV(B) | 163.44º | 0.8% | 0.94% | - |
| XYZ | 40.9 | 65.88 | 57.02 | - |
| YUV | 175.55 | 133.89 | 36.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 239 | 186 | 0.80 | 0 | 0.22 | 0.06 | 163.44 | 0.86 | 0.56 |
| Hex | 2F | EF | BA | 50 | 0 | 16 | 6 | A3 | 56 | 38 |
| Octal | 57 | 357 | 272 | 120 | 0 | 26 | 6 | 243 | 126 | 70 |
| Binary | 101111 | 11101111 | 10111010 | 1010000 | 0 | 10110 | 110 | 10100011 | 1010110 | 111000 |
Color Harmonies of #2FEFBA
Complementary color
Monochromatic Colors of #2FEFBA
Black with #2FEFBA
Text Example
Text Example
White with #2FEFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEFBA; }
p { color: rgb(47,239,186); }
H1.HeaderClassName
{
color: #2FEFBA;
}
.AnyTagClassName
{
color: #2FEFBA;
}
</style>
background-color css
<style>
a { background-color: #2FEFBA; }
a { background-color: rgb(47,239,186); }
div.DivClassName
{
background-color: #2FEFBA;
}
.BgClassName
{
background-color: #2FEFBA;
}
</style>
border-color css
<style>
span { border-color: #2FEFBA; }
span { border-color: rgb(47,239,186); }
td.TdClassName
{
border-color: #2FEFBA;
}
.TagClassName
{
border-color: #2FEFBA;
}
</style>