Shades of Turquoise #2FDFBD
Tints of Turquoise #2FDFBD
RGB
CMYK
RGB Variations
Color information
#2FDFBD (or 0x2FDFBD) is known color: Turquoise. HEX triplet: 2F, DF and BD. RGB value is (47,223,189). Sum of RGB (Red+Green+Blue) = 47+223+189=459 (60% of max value = 765). Red value is 47 (18.75% from 255 or 10.24% from 459); Green value is 223 (87.5% from 255 or 48.58% from 459); Blue value is 189 (74.22% from 255 or 41.18% from 459); Max value from RGB is 223 - color contains mainly: green. Hex color #2FDFBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FDFBD is #D02042. Grayscale: #A6A6A6. Windows color (decimal): -13639747 or 12443439. OLE color: 12443439.
HSL color Cylindrical-coordinate representation of color #2FDFBD: hue angle of 168.41º 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 #2FDFBD is Cyan = 0.79, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 47 | 223 | 189 | - |
| CMYK | 0.79 | 0 | 0.15 | 0.13 |
| HSL | 168.41º | 0.73% | 0.53% | - |
| HSV(B) | 168.41º | 0.79% | 0.87% | - |
| XYZ | 36.75 | 57.05 | 57.22 | - |
| YUV | 166.5 | 140.69 | 42.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 223 | 189 | 0.79 | 0 | 0.15 | 0.13 | 168.41 | 0.73 | 0.53 |
| Hex | 2F | DF | BD | 4F | 0 | F | D | A8 | 49 | 35 |
| Octal | 57 | 337 | 275 | 117 | 0 | 17 | 15 | 250 | 111 | 65 |
| Binary | 101111 | 11011111 | 10111101 | 1001111 | 0 | 1111 | 1101 | 10101000 | 1001001 | 110101 |
Color Harmonies of #2FDFBD
Complementary color
Monochromatic Colors of #2FDFBD
Black with #2FDFBD
Text Example
Text Example
White with #2FDFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDFBD; }
p { color: rgb(47,223,189); }
H1.HeaderClassName
{
color: #2FDFBD;
}
.AnyTagClassName
{
color: #2FDFBD;
}
</style>
background-color css
<style>
a { background-color: #2FDFBD; }
a { background-color: rgb(47,223,189); }
div.DivClassName
{
background-color: #2FDFBD;
}
.BgClassName
{
background-color: #2FDFBD;
}
</style>
border-color css
<style>
span { border-color: #2FDFBD; }
span { border-color: rgb(47,223,189); }
td.TdClassName
{
border-color: #2FDFBD;
}
.TagClassName
{
border-color: #2FDFBD;
}
</style>