Shades of Turquoise #2FEBED
Tints of Turquoise #2FEBED
RGB
CMYK
RGB Variations
Color information
#2FEBED (or 0x2FEBED) is known color: Turquoise. HEX triplet: 2F, EB and ED. RGB value is (47,235,237). Sum of RGB (Red+Green+Blue) = 47+235+237=519 (68% of max value = 765). Red value is 47 (18.75% from 255 or 9.06% from 519); Green value is 235 (92.19% from 255 or 45.28% from 519); Blue value is 237 (92.97% from 255 or 45.66% from 519); Max value from RGB is 237 - color contains mainly: blue. Hex color #2FEBED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FEBED is #D01412. Grayscale: #B2B2B2. Windows color (decimal): -13636627 or 15592239. OLE color: 15592239.
HSL color Cylindrical-coordinate representation of color #2FEBED: hue angle of 180.63º 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 #2FEBED is Cyan = 0.80, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 235 | 237 | - |
| CMYK | 0.80 | 0.01 | 0 | 0.07 |
| HSL | 180.63º | 0.84% | 0.56% | - |
| HSV(B) | 180.63º | 0.8% | 0.93% | - |
| XYZ | 46.17 | 66.14 | 90.45 | - |
| YUV | 179.02 | 160.72 | 33.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 235 | 237 | 0.80 | 0.01 | 0 | 0.07 | 180.63 | 0.84 | 0.56 |
| Hex | 2F | EB | ED | 50 | 1 | 0 | 7 | B5 | 54 | 38 |
| Octal | 57 | 353 | 355 | 120 | 1 | 0 | 7 | 265 | 124 | 70 |
| Binary | 101111 | 11101011 | 11101101 | 1010000 | 1 | 0 | 111 | 10110101 | 1010100 | 111000 |
Color Harmonies of #2FEBED
Complementary color
Monochromatic Colors of #2FEBED
Black with #2FEBED
Text Example
Text Example
White with #2FEBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEBED; }
p { color: rgb(47,235,237); }
H1.HeaderClassName
{
color: #2FEBED;
}
.AnyTagClassName
{
color: #2FEBED;
}
</style>
background-color css
<style>
a { background-color: #2FEBED; }
a { background-color: rgb(47,235,237); }
div.DivClassName
{
background-color: #2FEBED;
}
.BgClassName
{
background-color: #2FEBED;
}
</style>
border-color css
<style>
span { border-color: #2FEBED; }
span { border-color: rgb(47,235,237); }
td.TdClassName
{
border-color: #2FEBED;
}
.TagClassName
{
border-color: #2FEBED;
}
</style>