Shades of Turquoise #2FEEED
Tints of Turquoise #2FEEED
RGB
CMYK
RGB Variations
Color information
#2FEEED (or 0x2FEEED) is known color: Turquoise. HEX triplet: 2F, EE and ED. RGB value is (47,238,237). Sum of RGB (Red+Green+Blue) = 47+238+237=522 (69% of max value = 765). Red value is 47 (18.75% from 255 or 9.00% from 522); Green value is 238 (93.36% from 255 or 45.59% from 522); Blue value is 237 (92.97% from 255 or 45.40% from 522); Max value from RGB is 238 - color contains mainly: green. Hex color #2FEEED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FEEED is #D01112. Grayscale: #B4B4B4. Windows color (decimal): -13635859 or 15593007. OLE color: 15593007.
HSL color Cylindrical-coordinate representation of color #2FEEED: hue angle of 179.69º 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 #2FEEED is Cyan = 0.80, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 238 | 237 | - |
| CMYK | 0.80 | 0 | 0.00 | 0.07 |
| HSL | 179.69º | 0.85% | 0.56% | - |
| HSV(B) | 179.69º | 0.8% | 0.93% | - |
| XYZ | 47.03 | 67.87 | 90.74 | - |
| YUV | 180.78 | 159.72 | 32.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 238 | 237 | 0.80 | 0 | 0.00 | 0.07 | 179.69 | 0.85 | 0.56 |
| Hex | 2F | EE | ED | 50 | 0 | 0 | 7 | B4 | 55 | 38 |
| Octal | 57 | 356 | 355 | 120 | 0 | 0 | 7 | 264 | 125 | 70 |
| Binary | 101111 | 11101110 | 11101101 | 1010000 | 0 | 0 | 111 | 10110100 | 1010101 | 111000 |
Color Harmonies of #2FEEED
Complementary color
Monochromatic Colors of #2FEEED
Black with #2FEEED
Text Example
Text Example
White with #2FEEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEEED; }
p { color: rgb(47,238,237); }
H1.HeaderClassName
{
color: #2FEEED;
}
.AnyTagClassName
{
color: #2FEEED;
}
</style>
background-color css
<style>
a { background-color: #2FEEED; }
a { background-color: rgb(47,238,237); }
div.DivClassName
{
background-color: #2FEEED;
}
.BgClassName
{
background-color: #2FEEED;
}
</style>
border-color css
<style>
span { border-color: #2FEEED; }
span { border-color: rgb(47,238,237); }
td.TdClassName
{
border-color: #2FEEED;
}
.TagClassName
{
border-color: #2FEEED;
}
</style>