Shades of Turquoise #2FEDD8
Tints of Turquoise #2FEDD8
RGB
CMYK
RGB Variations
Color information
#2FEDD8 (or 0x2FEDD8) is known color: Turquoise. HEX triplet: 2F, ED and D8. RGB value is (47,237,216). Sum of RGB (Red+Green+Blue) = 47+237+216=500 (66% of max value = 765). Red value is 47 (18.75% from 255 or 9.4% from 500); Green value is 237 (92.97% from 255 or 47.4% from 500); Blue value is 216 (84.77% from 255 or 43.2% from 500); Max value from RGB is 237 - color contains mainly: green. Hex color #2FEDD8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FEDD8 is #D01227. Grayscale: #B1B1B1. Windows color (decimal): -13636136 or 14216495. OLE color: 14216495.
HSL color Cylindrical-coordinate representation of color #2FEDD8: hue angle of 173.37º 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 #2FEDD8 is Cyan = 0.80, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 237 | 216 | - |
| CMYK | 0.80 | 0 | 0.09 | 0.07 |
| HSL | 173.37º | 0.84% | 0.56% | - |
| HSV(B) | 173.37º | 0.8% | 0.93% | - |
| XYZ | 43.85 | 66.13 | 75.42 | - |
| YUV | 177.8 | 149.55 | 34.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 237 | 216 | 0.80 | 0 | 0.09 | 0.07 | 173.37 | 0.84 | 0.56 |
| Hex | 2F | ED | D8 | 50 | 0 | 9 | 7 | AD | 54 | 38 |
| Octal | 57 | 355 | 330 | 120 | 0 | 11 | 7 | 255 | 124 | 70 |
| Binary | 101111 | 11101101 | 11011000 | 1010000 | 0 | 1001 | 111 | 10101101 | 1010100 | 111000 |
Color Harmonies of #2FEDD8
Complementary color
Monochromatic Colors of #2FEDD8
Black with #2FEDD8
Text Example
Text Example
White with #2FEDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEDD8; }
p { color: rgb(47,237,216); }
H1.HeaderClassName
{
color: #2FEDD8;
}
.AnyTagClassName
{
color: #2FEDD8;
}
</style>
background-color css
<style>
a { background-color: #2FEDD8; }
a { background-color: rgb(47,237,216); }
div.DivClassName
{
background-color: #2FEDD8;
}
.BgClassName
{
background-color: #2FEDD8;
}
</style>
border-color css
<style>
span { border-color: #2FEDD8; }
span { border-color: rgb(47,237,216); }
td.TdClassName
{
border-color: #2FEDD8;
}
.TagClassName
{
border-color: #2FEDD8;
}
</style>