Shades of Turquoise #2FECD0
Tints of Turquoise #2FECD0
RGB
CMYK
RGB Variations
Color information
#2FECD0 (or 0x2FECD0) is known color: Turquoise. HEX triplet: 2F, EC and D0. RGB value is (47,236,208). Sum of RGB (Red+Green+Blue) = 47+236+208=491 (65% of max value = 765). Red value is 47 (18.75% from 255 or 9.57% from 491); Green value is 236 (92.58% from 255 or 48.07% from 491); Blue value is 208 (81.64% from 255 or 42.36% from 491); Max value from RGB is 236 - color contains mainly: green. Hex color #2FECD0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FECD0 is #D0132F. Grayscale: #B0B0B0. Windows color (decimal): -13636400 or 13691951. OLE color: 13691951.
HSL color Cylindrical-coordinate representation of color #2FECD0: hue angle of 171.11º 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 #2FECD0 is Cyan = 0.80, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 236 | 208 | - |
| CMYK | 0.80 | 0 | 0.12 | 0.07 |
| HSL | 171.11º | 0.83% | 0.55% | - |
| HSV(B) | 171.11º | 0.8% | 0.93% | - |
| XYZ | 42.55 | 65.15 | 70.01 | - |
| YUV | 176.3 | 145.88 | 35.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 236 | 208 | 0.80 | 0 | 0.12 | 0.07 | 171.11 | 0.83 | 0.55 |
| Hex | 2F | EC | D0 | 50 | 0 | C | 7 | AB | 53 | 37 |
| Octal | 57 | 354 | 320 | 120 | 0 | 14 | 7 | 253 | 123 | 67 |
| Binary | 101111 | 11101100 | 11010000 | 1010000 | 0 | 1100 | 111 | 10101011 | 1010011 | 110111 |
Color Harmonies of #2FECD0
Complementary color
Monochromatic Colors of #2FECD0
Black with #2FECD0
Text Example
Text Example
White with #2FECD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FECD0; }
p { color: rgb(47,236,208); }
H1.HeaderClassName
{
color: #2FECD0;
}
.AnyTagClassName
{
color: #2FECD0;
}
</style>
background-color css
<style>
a { background-color: #2FECD0; }
a { background-color: rgb(47,236,208); }
div.DivClassName
{
background-color: #2FECD0;
}
.BgClassName
{
background-color: #2FECD0;
}
</style>
border-color css
<style>
span { border-color: #2FECD0; }
span { border-color: rgb(47,236,208); }
td.TdClassName
{
border-color: #2FECD0;
}
.TagClassName
{
border-color: #2FECD0;
}
</style>