Shades of Turquoise #2FEFE4
Tints of Turquoise #2FEFE4
RGB
CMYK
RGB Variations
Color information
#2FEFE4 (or 0x2FEFE4) is known color: Turquoise. HEX triplet: 2F, EF and E4. RGB value is (47,239,228). Sum of RGB (Red+Green+Blue) = 47+239+228=514 (68% of max value = 765). Red value is 47 (18.75% from 255 or 9.14% from 514); Green value is 239 (93.75% from 255 or 46.50% from 514); Blue value is 228 (89.45% from 255 or 44.36% from 514); Max value from RGB is 239 - color contains mainly: green. Hex color #2FEFE4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FEFE4 is #D0101B. Grayscale: #B4B4B4. Windows color (decimal): -13635612 or 15003439. OLE color: 15003439.
HSL color Cylindrical-coordinate representation of color #2FEFE4: hue angle of 176.56º 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 #2FEFE4 is Cyan = 0.80, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 47 | 239 | 228 | - |
| CMYK | 0.80 | 0 | 0.05 | 0.06 |
| HSL | 176.56º | 0.86% | 0.56% | - |
| HSV(B) | 176.56º | 0.8% | 0.94% | - |
| XYZ | 46.04 | 67.94 | 84.09 | - |
| YUV | 180.34 | 154.89 | 32.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 239 | 228 | 0.80 | 0 | 0.05 | 0.06 | 176.56 | 0.86 | 0.56 |
| Hex | 2F | EF | E4 | 50 | 0 | 5 | 6 | B1 | 56 | 38 |
| Octal | 57 | 357 | 344 | 120 | 0 | 5 | 6 | 261 | 126 | 70 |
| Binary | 101111 | 11101111 | 11100100 | 1010000 | 0 | 101 | 110 | 10110001 | 1010110 | 111000 |
Color Harmonies of #2FEFE4
Complementary color
Monochromatic Colors of #2FEFE4
Black with #2FEFE4
Text Example
Text Example
White with #2FEFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEFE4; }
p { color: rgb(47,239,228); }
H1.HeaderClassName
{
color: #2FEFE4;
}
.AnyTagClassName
{
color: #2FEFE4;
}
</style>
background-color css
<style>
a { background-color: #2FEFE4; }
a { background-color: rgb(47,239,228); }
div.DivClassName
{
background-color: #2FEFE4;
}
.BgClassName
{
background-color: #2FEFE4;
}
</style>
border-color css
<style>
span { border-color: #2FEFE4; }
span { border-color: rgb(47,239,228); }
td.TdClassName
{
border-color: #2FEFE4;
}
.TagClassName
{
border-color: #2FEFE4;
}
</style>