Shades of Turquoise #2FDFC1
Tints of Turquoise #2FDFC1
RGB
CMYK
RGB Variations
Color information
#2FDFC1 (or 0x2FDFC1) is known color: Turquoise. HEX triplet: 2F, DF and C1. RGB value is (47,223,193). Sum of RGB (Red+Green+Blue) = 47+223+193=463 (61% of max value = 765). Red value is 47 (18.75% from 255 or 10.15% from 463); Green value is 223 (87.5% from 255 or 48.16% from 463); Blue value is 193 (75.78% from 255 or 41.68% from 463); Max value from RGB is 223 - color contains mainly: green. Hex color #2FDFC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FDFC1 is #D0203E. Grayscale: #A6A6A6. Windows color (decimal): -13639743 or 12705583. OLE color: 12705583.
HSL color Cylindrical-coordinate representation of color #2FDFC1: hue angle of 169.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 #2FDFC1 is Cyan = 0.79, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 47 | 223 | 193 | - |
| CMYK | 0.79 | 0 | 0.13 | 0.13 |
| HSL | 169.77º | 0.73% | 0.53% | - |
| HSV(B) | 169.77º | 0.79% | 0.87% | - |
| XYZ | 37.19 | 57.23 | 59.54 | - |
| YUV | 166.96 | 142.69 | 42.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 223 | 193 | 0.79 | 0 | 0.13 | 0.13 | 169.77 | 0.73 | 0.53 |
| Hex | 2F | DF | C1 | 4F | 0 | D | D | AA | 49 | 35 |
| Octal | 57 | 337 | 301 | 117 | 0 | 15 | 15 | 252 | 111 | 65 |
| Binary | 101111 | 11011111 | 11000001 | 1001111 | 0 | 1101 | 1101 | 10101010 | 1001001 | 110101 |
Color Harmonies of #2FDFC1
Complementary color
Monochromatic Colors of #2FDFC1
Black with #2FDFC1
Text Example
Text Example
White with #2FDFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDFC1; }
p { color: rgb(47,223,193); }
H1.HeaderClassName
{
color: #2FDFC1;
}
.AnyTagClassName
{
color: #2FDFC1;
}
</style>
background-color css
<style>
a { background-color: #2FDFC1; }
a { background-color: rgb(47,223,193); }
div.DivClassName
{
background-color: #2FDFC1;
}
.BgClassName
{
background-color: #2FDFC1;
}
</style>
border-color css
<style>
span { border-color: #2FDFC1; }
span { border-color: rgb(47,223,193); }
td.TdClassName
{
border-color: #2FDFC1;
}
.TagClassName
{
border-color: #2FDFC1;
}
</style>