Shades of Turquoise #2FEFEA
Tints of Turquoise #2FEFEA
RGB
CMYK
RGB Variations
Color information
#2FEFEA (or 0x2FEFEA) is known color: Turquoise. HEX triplet: 2F, EF and EA. RGB value is (47,239,234). Sum of RGB (Red+Green+Blue) = 47+239+234=520 (68% of max value = 765). Red value is 47 (18.75% from 255 or 9.04% from 520); Green value is 239 (93.75% from 255 or 45.96% from 520); Blue value is 234 (91.80% from 255 or 45% from 520); Max value from RGB is 239 - color contains mainly: green. Hex color #2FEFEA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FEFEA is #D01015. Grayscale: #B4B4B4. Windows color (decimal): -13635606 or 15396655. OLE color: 15396655.
HSL color Cylindrical-coordinate representation of color #2FEFEA: hue angle of 178.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 #2FEFEA is Cyan = 0.80, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 47 | 239 | 234 | - |
| CMYK | 0.80 | 0 | 0.02 | 0.06 |
| HSL | 178.44º | 0.86% | 0.56% | - |
| HSV(B) | 178.44º | 0.8% | 0.94% | - |
| XYZ | 46.89 | 68.28 | 88.55 | - |
| YUV | 181.02 | 157.89 | 32.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 239 | 234 | 0.80 | 0 | 0.02 | 0.06 | 178.44 | 0.86 | 0.56 |
| Hex | 2F | EF | EA | 50 | 0 | 2 | 6 | B2 | 56 | 38 |
| Octal | 57 | 357 | 352 | 120 | 0 | 2 | 6 | 262 | 126 | 70 |
| Binary | 101111 | 11101111 | 11101010 | 1010000 | 0 | 10 | 110 | 10110010 | 1010110 | 111000 |
Color Harmonies of #2FEFEA
Complementary color
Monochromatic Colors of #2FEFEA
Black with #2FEFEA
Text Example
Text Example
White with #2FEFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEFEA; }
p { color: rgb(47,239,234); }
H1.HeaderClassName
{
color: #2FEFEA;
}
.AnyTagClassName
{
color: #2FEFEA;
}
</style>
background-color css
<style>
a { background-color: #2FEFEA; }
a { background-color: rgb(47,239,234); }
div.DivClassName
{
background-color: #2FEFEA;
}
.BgClassName
{
background-color: #2FEFEA;
}
</style>
border-color css
<style>
span { border-color: #2FEFEA; }
span { border-color: rgb(47,239,234); }
td.TdClassName
{
border-color: #2FEFEA;
}
.TagClassName
{
border-color: #2FEFEA;
}
</style>