Shades of Turquoise #2FDEDB
Tints of Turquoise #2FDEDB
RGB
CMYK
RGB Variations
Color information
#2FDEDB (or 0x2FDEDB) is known color: Turquoise. HEX triplet: 2F, DE and DB. RGB value is (47,222,219). Sum of RGB (Red+Green+Blue) = 47+222+219=488 (64% of max value = 765). Red value is 47 (18.75% from 255 or 9.63% from 488); Green value is 222 (87.11% from 255 or 45.49% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 222 - color contains mainly: green. Hex color #2FDEDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FDEDB is #D02124. Grayscale: #A9A9A9. Windows color (decimal): -13639973 or 14409263. OLE color: 14409263.
HSL color Cylindrical-coordinate representation of color #2FDEDB: hue angle of 178.97º 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 #2FDEDB is Cyan = 0.79, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 47 | 222 | 219 | - |
| CMYK | 0.79 | 0 | 0.01 | 0.13 |
| HSL | 178.97º | 0.73% | 0.53% | - |
| HSV(B) | 178.97º | 0.79% | 0.87% | - |
| XYZ | 40.08 | 57.96 | 76.09 | - |
| YUV | 169.33 | 156.02 | 40.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 222 | 219 | 0.79 | 0 | 0.01 | 0.13 | 178.97 | 0.73 | 0.53 |
| Hex | 2F | DE | DB | 4F | 0 | 1 | D | B3 | 49 | 35 |
| Octal | 57 | 336 | 333 | 117 | 0 | 1 | 15 | 263 | 111 | 65 |
| Binary | 101111 | 11011110 | 11011011 | 1001111 | 0 | 1 | 1101 | 10110011 | 1001001 | 110101 |
Color Harmonies of #2FDEDB
Complementary color
Monochromatic Colors of #2FDEDB
Black with #2FDEDB
Text Example
Text Example
White with #2FDEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDEDB; }
p { color: rgb(47,222,219); }
H1.HeaderClassName
{
color: #2FDEDB;
}
.AnyTagClassName
{
color: #2FDEDB;
}
</style>
background-color css
<style>
a { background-color: #2FDEDB; }
a { background-color: rgb(47,222,219); }
div.DivClassName
{
background-color: #2FDEDB;
}
.BgClassName
{
background-color: #2FDEDB;
}
</style>
border-color css
<style>
span { border-color: #2FDEDB; }
span { border-color: rgb(47,222,219); }
td.TdClassName
{
border-color: #2FDEDB;
}
.TagClassName
{
border-color: #2FDEDB;
}
</style>