Shades of Turquoise #2FDFC5
Tints of Turquoise #2FDFC5
RGB
CMYK
RGB Variations
Color information
#2FDFC5 (or 0x2FDFC5) is known color: Turquoise. HEX triplet: 2F, DF and C5. RGB value is (47,223,197). Sum of RGB (Red+Green+Blue) = 47+223+197=467 (61% of max value = 765). Red value is 47 (18.75% from 255 or 10.06% from 467); Green value is 223 (87.5% from 255 or 47.75% from 467); Blue value is 197 (77.34% from 255 or 42.18% from 467); Max value from RGB is 223 - color contains mainly: green. Hex color #2FDFC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FDFC5 is #D0203A. Grayscale: #A7A7A7. Windows color (decimal): -13639739 or 12967727. OLE color: 12967727.
HSL color Cylindrical-coordinate representation of color #2FDFC5: hue angle of 171.14º 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 #2FDFC5 is Cyan = 0.79, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 47 | 223 | 197 | - |
| CMYK | 0.79 | 0 | 0.12 | 0.13 |
| HSL | 171.14º | 0.73% | 0.53% | - |
| HSV(B) | 171.14º | 0.79% | 0.87% | - |
| XYZ | 37.64 | 57.41 | 61.92 | - |
| YUV | 167.41 | 144.69 | 42.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 223 | 197 | 0.79 | 0 | 0.12 | 0.13 | 171.14 | 0.73 | 0.53 |
| Hex | 2F | DF | C5 | 4F | 0 | C | D | AB | 49 | 35 |
| Octal | 57 | 337 | 305 | 117 | 0 | 14 | 15 | 253 | 111 | 65 |
| Binary | 101111 | 11011111 | 11000101 | 1001111 | 0 | 1100 | 1101 | 10101011 | 1001001 | 110101 |
Color Harmonies of #2FDFC5
Complementary color
Monochromatic Colors of #2FDFC5
Black with #2FDFC5
Text Example
Text Example
White with #2FDFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDFC5; }
p { color: rgb(47,223,197); }
H1.HeaderClassName
{
color: #2FDFC5;
}
.AnyTagClassName
{
color: #2FDFC5;
}
</style>
background-color css
<style>
a { background-color: #2FDFC5; }
a { background-color: rgb(47,223,197); }
div.DivClassName
{
background-color: #2FDFC5;
}
.BgClassName
{
background-color: #2FDFC5;
}
</style>
border-color css
<style>
span { border-color: #2FDFC5; }
span { border-color: rgb(47,223,197); }
td.TdClassName
{
border-color: #2FDFC5;
}
.TagClassName
{
border-color: #2FDFC5;
}
</style>