Shades of Turquoise #2FECD9
Tints of Turquoise #2FECD9
RGB
CMYK
RGB Variations
Color information
#2FECD9 (or 0x2FECD9) is known color: Turquoise. HEX triplet: 2F, EC and D9. RGB value is (47,236,217). Sum of RGB (Red+Green+Blue) = 47+236+217=500 (66% of max value = 765). Red value is 47 (18.75% from 255 or 9.4% from 500); Green value is 236 (92.58% from 255 or 47.2% from 500); Blue value is 217 (85.16% from 255 or 43.4% from 500); Max value from RGB is 236 - color contains mainly: green. Hex color #2FECD9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FECD9 is #D01326. Grayscale: #B1B1B1. Windows color (decimal): -13636391 or 14281775. OLE color: 14281775.
HSL color Cylindrical-coordinate representation of color #2FECD9: hue angle of 173.97º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FECD9 is Cyan = 0.80, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 236 | 217 | - |
| CMYK | 0.80 | 0 | 0.08 | 0.07 |
| HSL | 173.97º | 0.83% | 0.55% | - |
| HSV(B) | 173.97º | 0.8% | 0.93% | - |
| XYZ | 43.69 | 65.61 | 76.01 | - |
| YUV | 177.32 | 150.38 | 35.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 236 | 217 | 0.80 | 0 | 0.08 | 0.07 | 173.97 | 0.83 | 0.55 |
| Hex | 2F | EC | D9 | 50 | 0 | 8 | 7 | AE | 53 | 37 |
| Octal | 57 | 354 | 331 | 120 | 0 | 10 | 7 | 256 | 123 | 67 |
| Binary | 101111 | 11101100 | 11011001 | 1010000 | 0 | 1000 | 111 | 10101110 | 1010011 | 110111 |
Color Harmonies of #2FECD9
Complementary color
Monochromatic Colors of #2FECD9
Black with #2FECD9
Text Example
Text Example
White with #2FECD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FECD9; }
p { color: rgb(47,236,217); }
H1.HeaderClassName
{
color: #2FECD9;
}
.AnyTagClassName
{
color: #2FECD9;
}
</style>
background-color css
<style>
a { background-color: #2FECD9; }
a { background-color: rgb(47,236,217); }
div.DivClassName
{
background-color: #2FECD9;
}
.BgClassName
{
background-color: #2FECD9;
}
</style>
border-color css
<style>
span { border-color: #2FECD9; }
span { border-color: rgb(47,236,217); }
td.TdClassName
{
border-color: #2FECD9;
}
.TagClassName
{
border-color: #2FECD9;
}
</style>