Shades of Turquoise #2FEBE8
Tints of Turquoise #2FEBE8
RGB
CMYK
RGB Variations
Color information
#2FEBE8 (or 0x2FEBE8) is known color: Turquoise. HEX triplet: 2F, EB and E8. RGB value is (47,235,232). Sum of RGB (Red+Green+Blue) = 47+235+232=514 (68% of max value = 765). Red value is 47 (18.75% from 255 or 9.14% from 514); Green value is 235 (92.19% from 255 or 45.72% from 514); Blue value is 232 (91.02% from 255 or 45.14% from 514); Max value from RGB is 235 - color contains mainly: green. Hex color #2FEBE8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FEBE8 is #D01417. Grayscale: #B2B2B2. Windows color (decimal): -13636632 or 15264559. OLE color: 15264559.
HSL color Cylindrical-coordinate representation of color #2FEBE8: hue angle of 179.04º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FEBE8 is Cyan = 0.8, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 47 | 235 | 232 | - |
| CMYK | 0.8 | 0 | 0.01 | 0.08 |
| HSL | 179.04º | 0.82% | 0.55% | - |
| HSV(B) | 179.04º | 0.8% | 0.92% | - |
| XYZ | 45.45 | 65.85 | 86.66 | - |
| YUV | 178.45 | 158.22 | 34.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 235 | 232 | 0.8 | 0 | 0.01 | 0.08 | 179.04 | 0.82 | 0.55 |
| Hex | 2F | EB | E8 | 50 | 0 | 1 | 8 | B3 | 52 | 37 |
| Octal | 57 | 353 | 350 | 120 | 0 | 1 | 10 | 263 | 122 | 67 |
| Binary | 101111 | 11101011 | 11101000 | 1010000 | 0 | 1 | 1000 | 10110011 | 1010010 | 110111 |
Color Harmonies of #2FEBE8
Complementary color
Monochromatic Colors of #2FEBE8
Black with #2FEBE8
Text Example
Text Example
White with #2FEBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEBE8; }
p { color: rgb(47,235,232); }
H1.HeaderClassName
{
color: #2FEBE8;
}
.AnyTagClassName
{
color: #2FEBE8;
}
</style>
background-color css
<style>
a { background-color: #2FEBE8; }
a { background-color: rgb(47,235,232); }
div.DivClassName
{
background-color: #2FEBE8;
}
.BgClassName
{
background-color: #2FEBE8;
}
</style>
border-color css
<style>
span { border-color: #2FEBE8; }
span { border-color: rgb(47,235,232); }
td.TdClassName
{
border-color: #2FEBE8;
}
.TagClassName
{
border-color: #2FEBE8;
}
</style>