Shades of Turquoise #2FEBBE
Tints of Turquoise #2FEBBE
RGB
CMYK
RGB Variations
Color information
#2FEBBE (or 0x2FEBBE) is known color: Turquoise. HEX triplet: 2F, EB and BE. RGB value is (47,235,190). Sum of RGB (Red+Green+Blue) = 47+235+190=472 (62% of max value = 765). Red value is 47 (18.75% from 255 or 9.96% from 472); Green value is 235 (92.19% from 255 or 49.79% from 472); Blue value is 190 (74.61% from 255 or 40.25% from 472); Max value from RGB is 235 - color contains mainly: green. Hex color #2FEBBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FEBBE is #D01441. Grayscale: #ADADAD. Windows color (decimal): -13636674 or 12512047. OLE color: 12512047.
HSL color Cylindrical-coordinate representation of color #2FEBBE: hue angle of 165.64º 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 #2FEBBE is Cyan = 0.8, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 47 | 235 | 190 | - |
| CMYK | 0.8 | 0 | 0.19 | 0.08 |
| HSL | 165.64º | 0.82% | 0.55% | - |
| HSV(B) | 165.64º | 0.8% | 0.92% | - |
| XYZ | 40.17 | 63.74 | 58.9 | - |
| YUV | 173.66 | 137.22 | 37.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 235 | 190 | 0.8 | 0 | 0.19 | 0.08 | 165.64 | 0.82 | 0.55 |
| Hex | 2F | EB | BE | 50 | 0 | 13 | 8 | A6 | 52 | 37 |
| Octal | 57 | 353 | 276 | 120 | 0 | 23 | 10 | 246 | 122 | 67 |
| Binary | 101111 | 11101011 | 10111110 | 1010000 | 0 | 10011 | 1000 | 10100110 | 1010010 | 110111 |
Color Harmonies of #2FEBBE
Complementary color
Monochromatic Colors of #2FEBBE
Black with #2FEBBE
Text Example
Text Example
White with #2FEBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEBBE; }
p { color: rgb(47,235,190); }
H1.HeaderClassName
{
color: #2FEBBE;
}
.AnyTagClassName
{
color: #2FEBBE;
}
</style>
background-color css
<style>
a { background-color: #2FEBBE; }
a { background-color: rgb(47,235,190); }
div.DivClassName
{
background-color: #2FEBBE;
}
.BgClassName
{
background-color: #2FEBBE;
}
</style>
border-color css
<style>
span { border-color: #2FEBBE; }
span { border-color: rgb(47,235,190); }
td.TdClassName
{
border-color: #2FEBBE;
}
.TagClassName
{
border-color: #2FEBBE;
}
</style>