Shades of Turquoise #2FDECD
Tints of Turquoise #2FDECD
RGB
CMYK
RGB Variations
Color information
#2FDECD (or 0x2FDECD) is known color: Turquoise. HEX triplet: 2F, DE and CD. RGB value is (47,222,205). Sum of RGB (Red+Green+Blue) = 47+222+205=474 (62% of max value = 765). Red value is 47 (18.75% from 255 or 9.92% from 474); Green value is 222 (87.11% from 255 or 46.84% from 474); Blue value is 205 (80.47% from 255 or 43.25% from 474); Max value from RGB is 222 - color contains mainly: green. Hex color #2FDECD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FDECD is #D02132. Grayscale: #A7A7A7. Windows color (decimal): -13639987 or 13491759. OLE color: 13491759.
HSL color Cylindrical-coordinate representation of color #2FDECD: hue angle of 174.17º 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 #2FDECD is Cyan = 0.79, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 47 | 222 | 205 | - |
| CMYK | 0.79 | 0 | 0.08 | 0.13 |
| HSL | 174.17º | 0.73% | 0.53% | - |
| HSV(B) | 174.17º | 0.79% | 0.87% | - |
| XYZ | 38.31 | 57.25 | 66.79 | - |
| YUV | 167.74 | 149.02 | 41.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 222 | 205 | 0.79 | 0 | 0.08 | 0.13 | 174.17 | 0.73 | 0.53 |
| Hex | 2F | DE | CD | 4F | 0 | 8 | D | AE | 49 | 35 |
| Octal | 57 | 336 | 315 | 117 | 0 | 10 | 15 | 256 | 111 | 65 |
| Binary | 101111 | 11011110 | 11001101 | 1001111 | 0 | 1000 | 1101 | 10101110 | 1001001 | 110101 |
Color Harmonies of #2FDECD
Complementary color
Monochromatic Colors of #2FDECD
Black with #2FDECD
Text Example
Text Example
White with #2FDECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDECD; }
p { color: rgb(47,222,205); }
H1.HeaderClassName
{
color: #2FDECD;
}
.AnyTagClassName
{
color: #2FDECD;
}
</style>
background-color css
<style>
a { background-color: #2FDECD; }
a { background-color: rgb(47,222,205); }
div.DivClassName
{
background-color: #2FDECD;
}
.BgClassName
{
background-color: #2FDECD;
}
</style>
border-color css
<style>
span { border-color: #2FDECD; }
span { border-color: rgb(47,222,205); }
td.TdClassName
{
border-color: #2FDECD;
}
.TagClassName
{
border-color: #2FDECD;
}
</style>