Shades of Turquoise #2FDFC4
Tints of Turquoise #2FDFC4
RGB
CMYK
RGB Variations
Color information
#2FDFC4 (or 0x2FDFC4) is known color: Turquoise. HEX triplet: 2F, DF and C4. RGB value is (47,223,196). Sum of RGB (Red+Green+Blue) = 47+223+196=466 (61% of max value = 765). Red value is 47 (18.75% from 255 or 10.09% from 466); Green value is 223 (87.5% from 255 or 47.85% from 466); Blue value is 196 (76.95% from 255 or 42.06% from 466); Max value from RGB is 223 - color contains mainly: green. Hex color #2FDFC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FDFC4 is #D0203B. Grayscale: #A7A7A7. Windows color (decimal): -13639740 or 12902191. OLE color: 12902191.
HSL color Cylindrical-coordinate representation of color #2FDFC4: hue angle of 170.8º 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 #2FDFC4 is Cyan = 0.79, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 47 | 223 | 196 | - |
| CMYK | 0.79 | 0 | 0.12 | 0.13 |
| HSL | 170.8º | 0.73% | 0.53% | - |
| HSV(B) | 170.8º | 0.79% | 0.87% | - |
| XYZ | 37.52 | 57.37 | 61.32 | - |
| YUV | 167.3 | 144.19 | 42.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 223 | 196 | 0.79 | 0 | 0.12 | 0.13 | 170.8 | 0.73 | 0.53 |
| Hex | 2F | DF | C4 | 4F | 0 | C | D | AB | 49 | 35 |
| Octal | 57 | 337 | 304 | 117 | 0 | 14 | 15 | 253 | 111 | 65 |
| Binary | 101111 | 11011111 | 11000100 | 1001111 | 0 | 1100 | 1101 | 10101011 | 1001001 | 110101 |
Color Harmonies of #2FDFC4
Complementary color
Monochromatic Colors of #2FDFC4
Black with #2FDFC4
Text Example
Text Example
White with #2FDFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDFC4; }
p { color: rgb(47,223,196); }
H1.HeaderClassName
{
color: #2FDFC4;
}
.AnyTagClassName
{
color: #2FDFC4;
}
</style>
background-color css
<style>
a { background-color: #2FDFC4; }
a { background-color: rgb(47,223,196); }
div.DivClassName
{
background-color: #2FDFC4;
}
.BgClassName
{
background-color: #2FDFC4;
}
</style>
border-color css
<style>
span { border-color: #2FDFC4; }
span { border-color: rgb(47,223,196); }
td.TdClassName
{
border-color: #2FDFC4;
}
.TagClassName
{
border-color: #2FDFC4;
}
</style>