Shades of Turquoise #2FDCD1
Tints of Turquoise #2FDCD1
RGB
CMYK
RGB Variations
Color information
#2FDCD1 (or 0x2FDCD1) is known color: Turquoise. HEX triplet: 2F, DC and D1. RGB value is (47,220,209). Sum of RGB (Red+Green+Blue) = 47+220+209=476 (63% of max value = 765). Red value is 47 (18.75% from 255 or 9.87% from 476); Green value is 220 (86.33% from 255 or 46.22% from 476); Blue value is 209 (82.03% from 255 or 43.91% from 476); Max value from RGB is 220 - color contains mainly: green. Hex color #2FDCD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FDCD1 is #D0232E. Grayscale: #A6A6A6. Windows color (decimal): -13640495 or 13753391. OLE color: 13753391.
HSL color Cylindrical-coordinate representation of color #2FDCD1: hue angle of 176.18º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FDCD1 is Cyan = 0.79, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 47 | 220 | 209 | - |
| CMYK | 0.79 | 0 | 0.05 | 0.14 |
| HSL | 176.19º | 0.71% | 0.52% | - |
| HSV(B) | 176.19º | 0.79% | 0.86% | - |
| XYZ | 38.27 | 56.39 | 69.19 | - |
| YUV | 167.02 | 151.69 | 42.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 220 | 209 | 0.79 | 0 | 0.05 | 0.14 | 176.19 | 0.71 | 0.52 |
| Hex | 2F | DC | D1 | 4F | 0 | 5 | E | B0 | 47 | 34 |
| Octal | 57 | 334 | 321 | 117 | 0 | 5 | 16 | 260 | 107 | 64 |
| Binary | 101111 | 11011100 | 11010001 | 1001111 | 0 | 101 | 1110 | 10110000 | 1000111 | 110100 |
Color Harmonies of #2FDCD1
Complementary color
Monochromatic Colors of #2FDCD1
Black with #2FDCD1
Text Example
Text Example
White with #2FDCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDCD1; }
p { color: rgb(47,220,209); }
H1.HeaderClassName
{
color: #2FDCD1;
}
.AnyTagClassName
{
color: #2FDCD1;
}
</style>
background-color css
<style>
a { background-color: #2FDCD1; }
a { background-color: rgb(47,220,209); }
div.DivClassName
{
background-color: #2FDCD1;
}
.BgClassName
{
background-color: #2FDCD1;
}
</style>
border-color css
<style>
span { border-color: #2FDCD1; }
span { border-color: rgb(47,220,209); }
td.TdClassName
{
border-color: #2FDCD1;
}
.TagClassName
{
border-color: #2FDCD1;
}
</style>