Shades of Turquoise #2FEEBE
Tints of Turquoise #2FEEBE
RGB
CMYK
RGB Variations
Color information
#2FEEBE (or 0x2FEEBE) is known color: Turquoise. HEX triplet: 2F, EE and BE. RGB value is (47,238,190). Sum of RGB (Red+Green+Blue) = 47+238+190=475 (62% of max value = 765). Red value is 47 (18.75% from 255 or 9.89% from 475); Green value is 238 (93.36% from 255 or 50.11% from 475); Blue value is 190 (74.61% from 255 or 40% from 475); Max value from RGB is 238 - color contains mainly: green. Hex color #2FEEBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FEEBE is #D01141. Grayscale: #AFAFAF. Windows color (decimal): -13635906 or 12512815. OLE color: 12512815.
HSL color Cylindrical-coordinate representation of color #2FEEBE: hue angle of 164.92º degrees, saturation: 0.85, 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 #2FEEBE is Cyan = 0.80, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 238 | 190 | - |
| CMYK | 0.80 | 0 | 0.20 | 0.07 |
| HSL | 164.92º | 0.85% | 0.56% | - |
| HSV(B) | 164.92º | 0.8% | 0.93% | - |
| XYZ | 41.04 | 65.47 | 59.19 | - |
| YUV | 175.42 | 136.22 | 36.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 238 | 190 | 0.80 | 0 | 0.20 | 0.07 | 164.92 | 0.85 | 0.56 |
| Hex | 2F | EE | BE | 50 | 0 | 14 | 7 | A5 | 55 | 38 |
| Octal | 57 | 356 | 276 | 120 | 0 | 24 | 7 | 245 | 125 | 70 |
| Binary | 101111 | 11101110 | 10111110 | 1010000 | 0 | 10100 | 111 | 10100101 | 1010101 | 111000 |
Color Harmonies of #2FEEBE
Complementary color
Monochromatic Colors of #2FEEBE
Black with #2FEEBE
Text Example
Text Example
White with #2FEEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEEBE; }
p { color: rgb(47,238,190); }
H1.HeaderClassName
{
color: #2FEEBE;
}
.AnyTagClassName
{
color: #2FEEBE;
}
</style>
background-color css
<style>
a { background-color: #2FEEBE; }
a { background-color: rgb(47,238,190); }
div.DivClassName
{
background-color: #2FEEBE;
}
.BgClassName
{
background-color: #2FEEBE;
}
</style>
border-color css
<style>
span { border-color: #2FEEBE; }
span { border-color: rgb(47,238,190); }
td.TdClassName
{
border-color: #2FEEBE;
}
.TagClassName
{
border-color: #2FEEBE;
}
</style>