Shades of Turquoise #2FDEDC
Tints of Turquoise #2FDEDC
RGB
CMYK
RGB Variations
Color information
#2FDEDC (or 0x2FDEDC) is known color: Turquoise. HEX triplet: 2F, DE and DC. RGB value is (47,222,220). Sum of RGB (Red+Green+Blue) = 47+222+220=489 (64% of max value = 765). Red value is 47 (18.75% from 255 or 9.61% from 489); Green value is 222 (87.11% from 255 or 45.40% from 489); Blue value is 220 (86.33% from 255 or 44.99% from 489); Max value from RGB is 222 - color contains mainly: green. Hex color #2FDEDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FDEDC is #D02123. Grayscale: #A9A9A9. Windows color (decimal): -13639972 or 14474799. OLE color: 14474799.
HSL color Cylindrical-coordinate representation of color #2FDEDC: hue angle of 179.31º 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 #2FDEDC is Cyan = 0.79, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 47 | 222 | 220 | - |
| CMYK | 0.79 | 0 | 0.01 | 0.13 |
| HSL | 179.31º | 0.73% | 0.53% | - |
| HSV(B) | 179.31º | 0.79% | 0.87% | - |
| XYZ | 40.21 | 58.01 | 76.79 | - |
| YUV | 169.45 | 156.52 | 40.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 222 | 220 | 0.79 | 0 | 0.01 | 0.13 | 179.31 | 0.73 | 0.53 |
| Hex | 2F | DE | DC | 4F | 0 | 1 | D | B3 | 49 | 35 |
| Octal | 57 | 336 | 334 | 117 | 0 | 1 | 15 | 263 | 111 | 65 |
| Binary | 101111 | 11011110 | 11011100 | 1001111 | 0 | 1 | 1101 | 10110011 | 1001001 | 110101 |
Color Harmonies of #2FDEDC
Complementary color
Monochromatic Colors of #2FDEDC
Black with #2FDEDC
Text Example
Text Example
White with #2FDEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDEDC; }
p { color: rgb(47,222,220); }
H1.HeaderClassName
{
color: #2FDEDC;
}
.AnyTagClassName
{
color: #2FDEDC;
}
</style>
background-color css
<style>
a { background-color: #2FDEDC; }
a { background-color: rgb(47,222,220); }
div.DivClassName
{
background-color: #2FDEDC;
}
.BgClassName
{
background-color: #2FDEDC;
}
</style>
border-color css
<style>
span { border-color: #2FDEDC; }
span { border-color: rgb(47,222,220); }
td.TdClassName
{
border-color: #2FDEDC;
}
.TagClassName
{
border-color: #2FDEDC;
}
</style>