Shades of Turquoise #2FDEC6
Tints of Turquoise #2FDEC6
RGB
CMYK
RGB Variations
Color information
#2FDEC6 (or 0x2FDEC6) is known color: Turquoise. HEX triplet: 2F, DE and C6. RGB value is (47,222,198). Sum of RGB (Red+Green+Blue) = 47+222+198=467 (61% of max value = 765). Red value is 47 (18.75% from 255 or 10.06% from 467); Green value is 222 (87.11% from 255 or 47.54% from 467); Blue value is 198 (77.73% from 255 or 42.40% from 467); Max value from RGB is 222 - color contains mainly: green. Hex color #2FDEC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FDEC6 is #D02139. Grayscale: #A6A6A6. Windows color (decimal): -13639994 or 13033007. OLE color: 13033007.
HSL color Cylindrical-coordinate representation of color #2FDEC6: hue angle of 171.77º 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 #2FDEC6 is Cyan = 0.79, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 47 | 222 | 198 | - |
| CMYK | 0.79 | 0 | 0.11 | 0.13 |
| HSL | 171.77º | 0.73% | 0.53% | - |
| HSV(B) | 171.77º | 0.79% | 0.87% | - |
| XYZ | 37.49 | 56.92 | 62.44 | - |
| YUV | 166.94 | 145.52 | 42.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 222 | 198 | 0.79 | 0 | 0.11 | 0.13 | 171.77 | 0.73 | 0.53 |
| Hex | 2F | DE | C6 | 4F | 0 | B | D | AC | 49 | 35 |
| Octal | 57 | 336 | 306 | 117 | 0 | 13 | 15 | 254 | 111 | 65 |
| Binary | 101111 | 11011110 | 11000110 | 1001111 | 0 | 1011 | 1101 | 10101100 | 1001001 | 110101 |
Color Harmonies of #2FDEC6
Complementary color
Monochromatic Colors of #2FDEC6
Black with #2FDEC6
Text Example
Text Example
White with #2FDEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDEC6; }
p { color: rgb(47,222,198); }
H1.HeaderClassName
{
color: #2FDEC6;
}
.AnyTagClassName
{
color: #2FDEC6;
}
</style>
background-color css
<style>
a { background-color: #2FDEC6; }
a { background-color: rgb(47,222,198); }
div.DivClassName
{
background-color: #2FDEC6;
}
.BgClassName
{
background-color: #2FDEC6;
}
</style>
border-color css
<style>
span { border-color: #2FDEC6; }
span { border-color: rgb(47,222,198); }
td.TdClassName
{
border-color: #2FDEC6;
}
.TagClassName
{
border-color: #2FDEC6;
}
</style>