Shades of Turquoise #2FDFCD
Tints of Turquoise #2FDFCD
RGB
CMYK
RGB Variations
Color information
#2FDFCD (or 0x2FDFCD) is known color: Turquoise. HEX triplet: 2F, DF and CD. RGB value is (47,223,205). Sum of RGB (Red+Green+Blue) = 47+223+205=475 (62% of max value = 765). Red value is 47 (18.75% from 255 or 9.89% from 475); Green value is 223 (87.5% from 255 or 46.95% from 475); Blue value is 205 (80.47% from 255 or 43.16% from 475); Max value from RGB is 223 - color contains mainly: green. Hex color #2FDFCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FDFCD is #D02032. Grayscale: #A8A8A8. Windows color (decimal): -13639731 or 13492015. OLE color: 13492015.
HSL color Cylindrical-coordinate representation of color #2FDFCD: hue angle of 173.86º 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 #2FDFCD is Cyan = 0.79, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 47 | 223 | 205 | - |
| CMYK | 0.79 | 0 | 0.08 | 0.13 |
| HSL | 173.86º | 0.73% | 0.53% | - |
| HSV(B) | 173.86º | 0.79% | 0.87% | - |
| XYZ | 38.58 | 57.79 | 66.88 | - |
| YUV | 168.32 | 148.69 | 41.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 223 | 205 | 0.79 | 0 | 0.08 | 0.13 | 173.86 | 0.73 | 0.53 |
| Hex | 2F | DF | CD | 4F | 0 | 8 | D | AE | 49 | 35 |
| Octal | 57 | 337 | 315 | 117 | 0 | 10 | 15 | 256 | 111 | 65 |
| Binary | 101111 | 11011111 | 11001101 | 1001111 | 0 | 1000 | 1101 | 10101110 | 1001001 | 110101 |
Color Harmonies of #2FDFCD
Complementary color
Monochromatic Colors of #2FDFCD
Black with #2FDFCD
Text Example
Text Example
White with #2FDFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDFCD; }
p { color: rgb(47,223,205); }
H1.HeaderClassName
{
color: #2FDFCD;
}
.AnyTagClassName
{
color: #2FDFCD;
}
</style>
background-color css
<style>
a { background-color: #2FDFCD; }
a { background-color: rgb(47,223,205); }
div.DivClassName
{
background-color: #2FDFCD;
}
.BgClassName
{
background-color: #2FDFCD;
}
</style>
border-color css
<style>
span { border-color: #2FDFCD; }
span { border-color: rgb(47,223,205); }
td.TdClassName
{
border-color: #2FDFCD;
}
.TagClassName
{
border-color: #2FDFCD;
}
</style>