Shades of Turquoise #2FDFB6
Tints of Turquoise #2FDFB6
RGB
CMYK
RGB Variations
Color information
#2FDFB6 (or 0x2FDFB6) is known color: Turquoise. HEX triplet: 2F, DF and B6. RGB value is (47,223,182). Sum of RGB (Red+Green+Blue) = 47+223+182=452 (59% of max value = 765). Red value is 47 (18.75% from 255 or 10.40% from 452); Green value is 223 (87.5% from 255 or 49.34% from 452); Blue value is 182 (71.48% from 255 or 40.27% from 452); Max value from RGB is 223 - color contains mainly: green. Hex color #2FDFB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FDFB6 is #D02049. Grayscale: #A5A5A5. Windows color (decimal): -13639754 or 11984687. OLE color: 11984687.
HSL color Cylindrical-coordinate representation of color #2FDFB6: hue angle of 166.02º 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 #2FDFB6 is Cyan = 0.79, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 47 | 223 | 182 | - |
| CMYK | 0.79 | 0 | 0.18 | 0.13 |
| HSL | 166.02º | 0.73% | 0.53% | - |
| HSV(B) | 166.02º | 0.79% | 0.87% | - |
| XYZ | 36 | 56.76 | 53.31 | - |
| YUV | 165.7 | 137.19 | 43.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 223 | 182 | 0.79 | 0 | 0.18 | 0.13 | 166.02 | 0.73 | 0.53 |
| Hex | 2F | DF | B6 | 4F | 0 | 12 | D | A6 | 49 | 35 |
| Octal | 57 | 337 | 266 | 117 | 0 | 22 | 15 | 246 | 111 | 65 |
| Binary | 101111 | 11011111 | 10110110 | 1001111 | 0 | 10010 | 1101 | 10100110 | 1001001 | 110101 |
Color Harmonies of #2FDFB6
Complementary color
Monochromatic Colors of #2FDFB6
Black with #2FDFB6
Text Example
Text Example
White with #2FDFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDFB6; }
p { color: rgb(47,223,182); }
H1.HeaderClassName
{
color: #2FDFB6;
}
.AnyTagClassName
{
color: #2FDFB6;
}
</style>
background-color css
<style>
a { background-color: #2FDFB6; }
a { background-color: rgb(47,223,182); }
div.DivClassName
{
background-color: #2FDFB6;
}
.BgClassName
{
background-color: #2FDFB6;
}
</style>
border-color css
<style>
span { border-color: #2FDFB6; }
span { border-color: rgb(47,223,182); }
td.TdClassName
{
border-color: #2FDFB6;
}
.TagClassName
{
border-color: #2FDFB6;
}
</style>