Shades of Turquoise #2FEBEA
Tints of Turquoise #2FEBEA
RGB
CMYK
RGB Variations
Color information
#2FEBEA (or 0x2FEBEA) is known color: Turquoise. HEX triplet: 2F, EB and EA. RGB value is (47,235,234). Sum of RGB (Red+Green+Blue) = 47+235+234=516 (68% of max value = 765). Red value is 47 (18.75% from 255 or 9.11% from 516); Green value is 235 (92.19% from 255 or 45.54% from 516); Blue value is 234 (91.80% from 255 or 45.35% from 516); Max value from RGB is 235 - color contains mainly: green. Hex color #2FEBEA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FEBEA is #D01415. Grayscale: #B2B2B2. Windows color (decimal): -13636630 or 15395631. OLE color: 15395631.
HSL color Cylindrical-coordinate representation of color #2FEBEA: hue angle of 179.68º 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 #2FEBEA is Cyan = 0.8, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 47 | 235 | 234 | - |
| CMYK | 0.8 | 0 | 0.00 | 0.08 |
| HSL | 179.68º | 0.82% | 0.55% | - |
| HSV(B) | 179.68º | 0.8% | 0.92% | - |
| XYZ | 45.73 | 65.96 | 88.16 | - |
| YUV | 178.67 | 159.22 | 34.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 235 | 234 | 0.8 | 0 | 0.00 | 0.08 | 179.68 | 0.82 | 0.55 |
| Hex | 2F | EB | EA | 50 | 0 | 0 | 8 | B4 | 52 | 37 |
| Octal | 57 | 353 | 352 | 120 | 0 | 0 | 10 | 264 | 122 | 67 |
| Binary | 101111 | 11101011 | 11101010 | 1010000 | 0 | 0 | 1000 | 10110100 | 1010010 | 110111 |
Color Harmonies of #2FEBEA
Complementary color
Monochromatic Colors of #2FEBEA
Black with #2FEBEA
Text Example
Text Example
White with #2FEBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEBEA; }
p { color: rgb(47,235,234); }
H1.HeaderClassName
{
color: #2FEBEA;
}
.AnyTagClassName
{
color: #2FEBEA;
}
</style>
background-color css
<style>
a { background-color: #2FEBEA; }
a { background-color: rgb(47,235,234); }
div.DivClassName
{
background-color: #2FEBEA;
}
.BgClassName
{
background-color: #2FEBEA;
}
</style>
border-color css
<style>
span { border-color: #2FEBEA; }
span { border-color: rgb(47,235,234); }
td.TdClassName
{
border-color: #2FEBEA;
}
.TagClassName
{
border-color: #2FEBEA;
}
</style>