Shades of Turquoise #2FEED6
Tints of Turquoise #2FEED6
RGB
CMYK
RGB Variations
Color information
#2FEED6 (or 0x2FEED6) is known color: Turquoise. HEX triplet: 2F, EE and D6. RGB value is (47,238,214). Sum of RGB (Red+Green+Blue) = 47+238+214=499 (66% of max value = 765). Red value is 47 (18.75% from 255 or 9.42% from 499); Green value is 238 (93.36% from 255 or 47.70% from 499); Blue value is 214 (83.98% from 255 or 42.89% from 499); Max value from RGB is 238 - color contains mainly: green. Hex color #2FEED6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FEED6 is #D01129. Grayscale: #B2B2B2. Windows color (decimal): -13635882 or 14085679. OLE color: 14085679.
HSL color Cylindrical-coordinate representation of color #2FEED6: hue angle of 172.46º 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 #2FEED6 is Cyan = 0.80, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 238 | 214 | - |
| CMYK | 0.80 | 0 | 0.10 | 0.07 |
| HSL | 172.46º | 0.85% | 0.56% | - |
| HSV(B) | 172.46º | 0.8% | 0.93% | - |
| XYZ | 43.88 | 66.61 | 74.16 | - |
| YUV | 178.16 | 148.22 | 34.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 238 | 214 | 0.80 | 0 | 0.10 | 0.07 | 172.46 | 0.85 | 0.56 |
| Hex | 2F | EE | D6 | 50 | 0 | A | 7 | AC | 55 | 38 |
| Octal | 57 | 356 | 326 | 120 | 0 | 12 | 7 | 254 | 125 | 70 |
| Binary | 101111 | 11101110 | 11010110 | 1010000 | 0 | 1010 | 111 | 10101100 | 1010101 | 111000 |
Color Harmonies of #2FEED6
Complementary color
Monochromatic Colors of #2FEED6
Black with #2FEED6
Text Example
Text Example
White with #2FEED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEED6; }
p { color: rgb(47,238,214); }
H1.HeaderClassName
{
color: #2FEED6;
}
.AnyTagClassName
{
color: #2FEED6;
}
</style>
background-color css
<style>
a { background-color: #2FEED6; }
a { background-color: rgb(47,238,214); }
div.DivClassName
{
background-color: #2FEED6;
}
.BgClassName
{
background-color: #2FEED6;
}
</style>
border-color css
<style>
span { border-color: #2FEED6; }
span { border-color: rgb(47,238,214); }
td.TdClassName
{
border-color: #2FEED6;
}
.TagClassName
{
border-color: #2FEED6;
}
</style>