Shades of Turquoise #2FEBEC
Tints of Turquoise #2FEBEC
RGB
CMYK
RGB Variations
Color information
#2FEBEC (or 0x2FEBEC) is known color: Turquoise. HEX triplet: 2F, EB and EC. RGB value is (47,235,236). Sum of RGB (Red+Green+Blue) = 47+235+236=518 (68% of max value = 765). Red value is 47 (18.75% from 255 or 9.07% from 518); Green value is 235 (92.19% from 255 or 45.37% from 518); Blue value is 236 (92.58% from 255 or 45.56% from 518); Max value from RGB is 236 - color contains mainly: blue. Hex color #2FEBEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FEBEC is #D01413. Grayscale: #B2B2B2. Windows color (decimal): -13636628 or 15526703. OLE color: 15526703.
HSL color Cylindrical-coordinate representation of color #2FEBEC: hue angle of 180.32º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FEBEC is Cyan = 0.80, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 235 | 236 | - |
| CMYK | 0.80 | 0.00 | 0 | 0.07 |
| HSL | 180.32º | 0.83% | 0.55% | - |
| HSV(B) | 180.32º | 0.8% | 0.93% | - |
| XYZ | 46.02 | 66.08 | 89.69 | - |
| YUV | 178.9 | 160.22 | 33.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 235 | 236 | 0.80 | 0.00 | 0 | 0.07 | 180.32 | 0.83 | 0.55 |
| Hex | 2F | EB | EC | 50 | 0 | 0 | 7 | B4 | 53 | 37 |
| Octal | 57 | 353 | 354 | 120 | 0 | 0 | 7 | 264 | 123 | 67 |
| Binary | 101111 | 11101011 | 11101100 | 1010000 | 0 | 0 | 111 | 10110100 | 1010011 | 110111 |
Color Harmonies of #2FEBEC
Complementary color
Monochromatic Colors of #2FEBEC
Black with #2FEBEC
Text Example
Text Example
White with #2FEBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEBEC; }
p { color: rgb(47,235,236); }
H1.HeaderClassName
{
color: #2FEBEC;
}
.AnyTagClassName
{
color: #2FEBEC;
}
</style>
background-color css
<style>
a { background-color: #2FEBEC; }
a { background-color: rgb(47,235,236); }
div.DivClassName
{
background-color: #2FEBEC;
}
.BgClassName
{
background-color: #2FEBEC;
}
</style>
border-color css
<style>
span { border-color: #2FEBEC; }
span { border-color: rgb(47,235,236); }
td.TdClassName
{
border-color: #2FEBEC;
}
.TagClassName
{
border-color: #2FEBEC;
}
</style>