Shades of Turquoise #2FDAC7
Tints of Turquoise #2FDAC7
RGB
CMYK
RGB Variations
Color information
#2FDAC7 (or 0x2FDAC7) is known color: Turquoise. HEX triplet: 2F, DA and C7. RGB value is (47,218,199). Sum of RGB (Red+Green+Blue) = 47+218+199=464 (61% of max value = 765). Red value is 47 (18.75% from 255 or 10.13% from 464); Green value is 218 (85.55% from 255 or 46.98% from 464); Blue value is 199 (78.12% from 255 or 42.89% from 464); Max value from RGB is 218 - color contains mainly: green. Hex color #2FDAC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FDAC7 is #D02538. Grayscale: #A4A4A4. Windows color (decimal): -13641017 or 13097519. OLE color: 13097519.
HSL color Cylindrical-coordinate representation of color #2FDAC7: hue angle of 173.33º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FDAC7 is Cyan = 0.78, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 47 | 218 | 199 | - |
| CMYK | 0.78 | 0 | 0.09 | 0.15 |
| HSL | 173.33º | 0.7% | 0.52% | - |
| HSV(B) | 173.33º | 0.78% | 0.85% | - |
| XYZ | 36.55 | 54.87 | 62.7 | - |
| YUV | 164.71 | 147.35 | 44.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 218 | 199 | 0.78 | 0 | 0.09 | 0.15 | 173.33 | 0.7 | 0.52 |
| Hex | 2F | DA | C7 | 4E | 0 | 9 | F | AD | 46 | 34 |
| Octal | 57 | 332 | 307 | 116 | 0 | 11 | 17 | 255 | 106 | 64 |
| Binary | 101111 | 11011010 | 11000111 | 1001110 | 0 | 1001 | 1111 | 10101101 | 1000110 | 110100 |
Color Harmonies of #2FDAC7
Complementary color
Monochromatic Colors of #2FDAC7
Black with #2FDAC7
Text Example
Text Example
White with #2FDAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDAC7; }
p { color: rgb(47,218,199); }
H1.HeaderClassName
{
color: #2FDAC7;
}
.AnyTagClassName
{
color: #2FDAC7;
}
</style>
background-color css
<style>
a { background-color: #2FDAC7; }
a { background-color: rgb(47,218,199); }
div.DivClassName
{
background-color: #2FDAC7;
}
.BgClassName
{
background-color: #2FDAC7;
}
</style>
border-color css
<style>
span { border-color: #2FDAC7; }
span { border-color: rgb(47,218,199); }
td.TdClassName
{
border-color: #2FDAC7;
}
.TagClassName
{
border-color: #2FDAC7;
}
</style>