Shades of Turquoise #2FEEEA
Tints of Turquoise #2FEEEA
RGB
CMYK
RGB Variations
Color information
#2FEEEA (or 0x2FEEEA) is known color: Turquoise. HEX triplet: 2F, EE and EA. RGB value is (47,238,234). Sum of RGB (Red+Green+Blue) = 47+238+234=519 (68% of max value = 765). Red value is 47 (18.75% from 255 or 9.06% from 519); Green value is 238 (93.36% from 255 or 45.86% from 519); Blue value is 234 (91.80% from 255 or 45.09% from 519); Max value from RGB is 238 - color contains mainly: green. Hex color #2FEEEA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FEEEA is #D01115. Grayscale: #B4B4B4. Windows color (decimal): -13635862 or 15396399. OLE color: 15396399.
HSL color Cylindrical-coordinate representation of color #2FEEEA: hue angle of 178.74º 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 #2FEEEA is Cyan = 0.80, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 238 | 234 | - |
| CMYK | 0.80 | 0 | 0.02 | 0.07 |
| HSL | 178.74º | 0.85% | 0.56% | - |
| HSV(B) | 178.74º | 0.8% | 0.93% | - |
| XYZ | 46.6 | 67.69 | 88.45 | - |
| YUV | 180.44 | 158.22 | 32.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 238 | 234 | 0.80 | 0 | 0.02 | 0.07 | 178.74 | 0.85 | 0.56 |
| Hex | 2F | EE | EA | 50 | 0 | 2 | 7 | B3 | 55 | 38 |
| Octal | 57 | 356 | 352 | 120 | 0 | 2 | 7 | 263 | 125 | 70 |
| Binary | 101111 | 11101110 | 11101010 | 1010000 | 0 | 10 | 111 | 10110011 | 1010101 | 111000 |
Color Harmonies of #2FEEEA
Complementary color
Monochromatic Colors of #2FEEEA
Black with #2FEEEA
Text Example
Text Example
White with #2FEEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEEEA; }
p { color: rgb(47,238,234); }
H1.HeaderClassName
{
color: #2FEEEA;
}
.AnyTagClassName
{
color: #2FEEEA;
}
</style>
background-color css
<style>
a { background-color: #2FEEEA; }
a { background-color: rgb(47,238,234); }
div.DivClassName
{
background-color: #2FEEEA;
}
.BgClassName
{
background-color: #2FEEEA;
}
</style>
border-color css
<style>
span { border-color: #2FEEEA; }
span { border-color: rgb(47,238,234); }
td.TdClassName
{
border-color: #2FEEEA;
}
.TagClassName
{
border-color: #2FEEEA;
}
</style>