Shades of Turquoise #2FDFBA
Tints of Turquoise #2FDFBA
RGB
CMYK
RGB Variations
Color information
#2FDFBA (or 0x2FDFBA) is known color: Turquoise. HEX triplet: 2F, DF and BA. RGB value is (47,223,186). Sum of RGB (Red+Green+Blue) = 47+223+186=456 (60% of max value = 765). Red value is 47 (18.75% from 255 or 10.31% from 456); Green value is 223 (87.5% from 255 or 48.90% from 456); Blue value is 186 (73.05% from 255 or 40.79% from 456); Max value from RGB is 223 - color contains mainly: green. Hex color #2FDFBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FDFBA is #D02045. Grayscale: #A6A6A6. Windows color (decimal): -13639750 or 12246831. OLE color: 12246831.
HSL color Cylindrical-coordinate representation of color #2FDFBA: hue angle of 167.39º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FDFBA is Cyan = 0.79, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 47 | 223 | 186 | - |
| CMYK | 0.79 | 0 | 0.17 | 0.13 |
| HSL | 167.39º | 0.73% | 0.53% | - |
| HSV(B) | 167.39º | 0.79% | 0.87% | - |
| XYZ | 36.42 | 56.92 | 55.52 | - |
| YUV | 166.16 | 139.19 | 43.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 223 | 186 | 0.79 | 0 | 0.17 | 0.13 | 167.39 | 0.73 | 0.53 |
| Hex | 2F | DF | BA | 4F | 0 | 11 | D | A7 | 49 | 35 |
| Octal | 57 | 337 | 272 | 117 | 0 | 21 | 15 | 247 | 111 | 65 |
| Binary | 101111 | 11011111 | 10111010 | 1001111 | 0 | 10001 | 1101 | 10100111 | 1001001 | 110101 |
Color Harmonies of #2FDFBA
Complementary color
Monochromatic Colors of #2FDFBA
Black with #2FDFBA
Text Example
Text Example
White with #2FDFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDFBA; }
p { color: rgb(47,223,186); }
H1.HeaderClassName
{
color: #2FDFBA;
}
.AnyTagClassName
{
color: #2FDFBA;
}
</style>
background-color css
<style>
a { background-color: #2FDFBA; }
a { background-color: rgb(47,223,186); }
div.DivClassName
{
background-color: #2FDFBA;
}
.BgClassName
{
background-color: #2FDFBA;
}
</style>
border-color css
<style>
span { border-color: #2FDFBA; }
span { border-color: rgb(47,223,186); }
td.TdClassName
{
border-color: #2FDFBA;
}
.TagClassName
{
border-color: #2FDFBA;
}
</style>