Shades of Turquoise #2FEEEC
Tints of Turquoise #2FEEEC
RGB
CMYK
RGB Variations
Color information
#2FEEEC (or 0x2FEEEC) is known color: Turquoise. HEX triplet: 2F, EE and EC. RGB value is (47,238,236). Sum of RGB (Red+Green+Blue) = 47+238+236=521 (69% of max value = 765). Red value is 47 (18.75% from 255 or 9.02% from 521); Green value is 238 (93.36% from 255 or 45.68% from 521); Blue value is 236 (92.58% from 255 or 45.30% from 521); Max value from RGB is 238 - color contains mainly: green. Hex color #2FEEEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FEEEC is #D01113. Grayscale: #B4B4B4. Windows color (decimal): -13635860 or 15527471. OLE color: 15527471.
HSL color Cylindrical-coordinate representation of color #2FEEEC: hue angle of 179.37º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FEEEC is Cyan = 0.80, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 238 | 236 | - |
| CMYK | 0.80 | 0 | 0.01 | 0.07 |
| HSL | 179.37º | 0.85% | 0.56% | - |
| HSV(B) | 179.37º | 0.8% | 0.93% | - |
| XYZ | 46.89 | 67.81 | 89.97 | - |
| YUV | 180.66 | 159.22 | 32.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 238 | 236 | 0.80 | 0 | 0.01 | 0.07 | 179.37 | 0.85 | 0.56 |
| Hex | 2F | EE | EC | 50 | 0 | 1 | 7 | B3 | 55 | 38 |
| Octal | 57 | 356 | 354 | 120 | 0 | 1 | 7 | 263 | 125 | 70 |
| Binary | 101111 | 11101110 | 11101100 | 1010000 | 0 | 1 | 111 | 10110011 | 1010101 | 111000 |
Color Harmonies of #2FEEEC
Complementary color
Monochromatic Colors of #2FEEEC
Black with #2FEEEC
Text Example
Text Example
White with #2FEEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEEEC; }
p { color: rgb(47,238,236); }
H1.HeaderClassName
{
color: #2FEEEC;
}
.AnyTagClassName
{
color: #2FEEEC;
}
</style>
background-color css
<style>
a { background-color: #2FEEEC; }
a { background-color: rgb(47,238,236); }
div.DivClassName
{
background-color: #2FEEEC;
}
.BgClassName
{
background-color: #2FEEEC;
}
</style>
border-color css
<style>
span { border-color: #2FEEEC; }
span { border-color: rgb(47,238,236); }
td.TdClassName
{
border-color: #2FEEEC;
}
.TagClassName
{
border-color: #2FEEEC;
}
</style>