Shades of Turquoise #2FEBBA
Tints of Turquoise #2FEBBA
RGB
CMYK
RGB Variations
Color information
#2FEBBA (or 0x2FEBBA) is known color: Turquoise. HEX triplet: 2F, EB and BA. RGB value is (47,235,186). Sum of RGB (Red+Green+Blue) = 47+235+186=468 (61% of max value = 765). Red value is 47 (18.75% from 255 or 10.04% from 468); Green value is 235 (92.19% from 255 or 50.21% from 468); Blue value is 186 (73.05% from 255 or 39.74% from 468); Max value from RGB is 235 - color contains mainly: green. Hex color #2FEBBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FEBBA is #D01445. Grayscale: #ADADAD. Windows color (decimal): -13636678 or 12249903. OLE color: 12249903.
HSL color Cylindrical-coordinate representation of color #2FEBBA: hue angle of 164.36º 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 #2FEBBA is Cyan = 0.8, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 47 | 235 | 186 | - |
| CMYK | 0.8 | 0 | 0.21 | 0.08 |
| HSL | 164.36º | 0.82% | 0.55% | - |
| HSV(B) | 164.36º | 0.8% | 0.92% | - |
| XYZ | 39.74 | 63.57 | 56.63 | - |
| YUV | 173.2 | 135.22 | 37.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 235 | 186 | 0.8 | 0 | 0.21 | 0.08 | 164.36 | 0.82 | 0.55 |
| Hex | 2F | EB | BA | 50 | 0 | 15 | 8 | A4 | 52 | 37 |
| Octal | 57 | 353 | 272 | 120 | 0 | 25 | 10 | 244 | 122 | 67 |
| Binary | 101111 | 11101011 | 10111010 | 1010000 | 0 | 10101 | 1000 | 10100100 | 1010010 | 110111 |
Color Harmonies of #2FEBBA
Complementary color
Monochromatic Colors of #2FEBBA
Black with #2FEBBA
Text Example
Text Example
White with #2FEBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEBBA; }
p { color: rgb(47,235,186); }
H1.HeaderClassName
{
color: #2FEBBA;
}
.AnyTagClassName
{
color: #2FEBBA;
}
</style>
background-color css
<style>
a { background-color: #2FEBBA; }
a { background-color: rgb(47,235,186); }
div.DivClassName
{
background-color: #2FEBBA;
}
.BgClassName
{
background-color: #2FEBBA;
}
</style>
border-color css
<style>
span { border-color: #2FEBBA; }
span { border-color: rgb(47,235,186); }
td.TdClassName
{
border-color: #2FEBBA;
}
.TagClassName
{
border-color: #2FEBBA;
}
</style>