Shades of Turquoise #2FDECB
Tints of Turquoise #2FDECB
RGB
CMYK
RGB Variations
Color information
#2FDECB (or 0x2FDECB) is known color: Turquoise. HEX triplet: 2F, DE and CB. RGB value is (47,222,203). Sum of RGB (Red+Green+Blue) = 47+222+203=472 (62% of max value = 765). Red value is 47 (18.75% from 255 or 9.96% from 472); Green value is 222 (87.11% from 255 or 47.03% from 472); Blue value is 203 (79.69% from 255 or 43.01% from 472); Max value from RGB is 222 - color contains mainly: green. Hex color #2FDECB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FDECB is #D02134. Grayscale: #A7A7A7. Windows color (decimal): -13639989 or 13360687. OLE color: 13360687.
HSL color Cylindrical-coordinate representation of color #2FDECB: hue angle of 173.49º 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 #2FDECB is Cyan = 0.79, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 47 | 222 | 203 | - |
| CMYK | 0.79 | 0 | 0.09 | 0.13 |
| HSL | 173.49º | 0.73% | 0.53% | - |
| HSV(B) | 173.49º | 0.79% | 0.87% | - |
| XYZ | 38.07 | 57.16 | 65.53 | - |
| YUV | 167.51 | 148.02 | 42.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 222 | 203 | 0.79 | 0 | 0.09 | 0.13 | 173.49 | 0.73 | 0.53 |
| Hex | 2F | DE | CB | 4F | 0 | 9 | D | AD | 49 | 35 |
| Octal | 57 | 336 | 313 | 117 | 0 | 11 | 15 | 255 | 111 | 65 |
| Binary | 101111 | 11011110 | 11001011 | 1001111 | 0 | 1001 | 1101 | 10101101 | 1001001 | 110101 |
Color Harmonies of #2FDECB
Complementary color
Monochromatic Colors of #2FDECB
Black with #2FDECB
Text Example
Text Example
White with #2FDECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDECB; }
p { color: rgb(47,222,203); }
H1.HeaderClassName
{
color: #2FDECB;
}
.AnyTagClassName
{
color: #2FDECB;
}
</style>
background-color css
<style>
a { background-color: #2FDECB; }
a { background-color: rgb(47,222,203); }
div.DivClassName
{
background-color: #2FDECB;
}
.BgClassName
{
background-color: #2FDECB;
}
</style>
border-color css
<style>
span { border-color: #2FDECB; }
span { border-color: rgb(47,222,203); }
td.TdClassName
{
border-color: #2FDECB;
}
.TagClassName
{
border-color: #2FDECB;
}
</style>