Shades of Turquoise #2FDFBE
Tints of Turquoise #2FDFBE
RGB
CMYK
RGB Variations
Color information
#2FDFBE (or 0x2FDFBE) is known color: Turquoise. HEX triplet: 2F, DF and BE. RGB value is (47,223,190). Sum of RGB (Red+Green+Blue) = 47+223+190=460 (60% of max value = 765). Red value is 47 (18.75% from 255 or 10.22% from 460); Green value is 223 (87.5% from 255 or 48.48% from 460); Blue value is 190 (74.61% from 255 or 41.30% from 460); Max value from RGB is 223 - color contains mainly: green. Hex color #2FDFBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FDFBE is #D02041. Grayscale: #A6A6A6. Windows color (decimal): -13639746 or 12508975. OLE color: 12508975.
HSL color Cylindrical-coordinate representation of color #2FDFBE: hue angle of 168.75º 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 #2FDFBE is Cyan = 0.79, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 47 | 223 | 190 | - |
| CMYK | 0.79 | 0 | 0.15 | 0.13 |
| HSL | 168.75º | 0.73% | 0.53% | - |
| HSV(B) | 168.75º | 0.79% | 0.87% | - |
| XYZ | 36.85 | 57.1 | 57.79 | - |
| YUV | 166.61 | 141.19 | 42.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 223 | 190 | 0.79 | 0 | 0.15 | 0.13 | 168.75 | 0.73 | 0.53 |
| Hex | 2F | DF | BE | 4F | 0 | F | D | A9 | 49 | 35 |
| Octal | 57 | 337 | 276 | 117 | 0 | 17 | 15 | 251 | 111 | 65 |
| Binary | 101111 | 11011111 | 10111110 | 1001111 | 0 | 1111 | 1101 | 10101001 | 1001001 | 110101 |
Color Harmonies of #2FDFBE
Complementary color
Monochromatic Colors of #2FDFBE
Black with #2FDFBE
Text Example
Text Example
White with #2FDFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDFBE; }
p { color: rgb(47,223,190); }
H1.HeaderClassName
{
color: #2FDFBE;
}
.AnyTagClassName
{
color: #2FDFBE;
}
</style>
background-color css
<style>
a { background-color: #2FDFBE; }
a { background-color: rgb(47,223,190); }
div.DivClassName
{
background-color: #2FDFBE;
}
.BgClassName
{
background-color: #2FDFBE;
}
</style>
border-color css
<style>
span { border-color: #2FDFBE; }
span { border-color: rgb(47,223,190); }
td.TdClassName
{
border-color: #2FDFBE;
}
.TagClassName
{
border-color: #2FDFBE;
}
</style>