Shades of Turquoise #2FEDC7
Tints of Turquoise #2FEDC7
RGB
CMYK
RGB Variations
Color information
#2FEDC7 (or 0x2FEDC7) is known color: Turquoise. HEX triplet: 2F, ED and C7. RGB value is (47,237,199). Sum of RGB (Red+Green+Blue) = 47+237+199=483 (63% of max value = 765). Red value is 47 (18.75% from 255 or 9.73% from 483); Green value is 237 (92.97% from 255 or 49.07% from 483); Blue value is 199 (78.12% from 255 or 41.20% from 483); Max value from RGB is 237 - color contains mainly: green. Hex color #2FEDC7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FEDC7 is #D01238. Grayscale: #AFAFAF. Windows color (decimal): -13636153 or 13102383. OLE color: 13102383.
HSL color Cylindrical-coordinate representation of color #2FEDC7: hue angle of 168º degrees, saturation: 0.84, 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 #2FEDC7 is Cyan = 0.80, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 237 | 199 | - |
| CMYK | 0.80 | 0 | 0.16 | 0.07 |
| HSL | 168º | 0.84% | 0.56% | - |
| HSV(B) | 168º | 0.8% | 0.93% | - |
| XYZ | 41.77 | 65.3 | 64.44 | - |
| YUV | 175.86 | 141.05 | 36.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 237 | 199 | 0.80 | 0 | 0.16 | 0.07 | 168 | 0.84 | 0.56 |
| Hex | 2F | ED | C7 | 50 | 0 | 10 | 7 | A8 | 54 | 38 |
| Octal | 57 | 355 | 307 | 120 | 0 | 20 | 7 | 250 | 124 | 70 |
| Binary | 101111 | 11101101 | 11000111 | 1010000 | 0 | 10000 | 111 | 10101000 | 1010100 | 111000 |
Color Harmonies of #2FEDC7
Complementary color
Monochromatic Colors of #2FEDC7
Black with #2FEDC7
Text Example
Text Example
White with #2FEDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEDC7; }
p { color: rgb(47,237,199); }
H1.HeaderClassName
{
color: #2FEDC7;
}
.AnyTagClassName
{
color: #2FEDC7;
}
</style>
background-color css
<style>
a { background-color: #2FEDC7; }
a { background-color: rgb(47,237,199); }
div.DivClassName
{
background-color: #2FEDC7;
}
.BgClassName
{
background-color: #2FEDC7;
}
</style>
border-color css
<style>
span { border-color: #2FEDC7; }
span { border-color: rgb(47,237,199); }
td.TdClassName
{
border-color: #2FEDC7;
}
.TagClassName
{
border-color: #2FEDC7;
}
</style>