Shades of Turquoise #2FDFCE
Tints of Turquoise #2FDFCE
RGB
CMYK
RGB Variations
Color information
#2FDFCE (or 0x2FDFCE) is known color: Turquoise. HEX triplet: 2F, DF and CE. RGB value is (47,223,206). Sum of RGB (Red+Green+Blue) = 47+223+206=476 (63% of max value = 765). Red value is 47 (18.75% from 255 or 9.87% from 476); Green value is 223 (87.5% from 255 or 46.85% from 476); Blue value is 206 (80.86% from 255 or 43.28% from 476); Max value from RGB is 223 - color contains mainly: green. Hex color #2FDFCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FDFCE is #D02031. Grayscale: #A8A8A8. Windows color (decimal): -13639730 or 13557551. OLE color: 13557551.
HSL color Cylindrical-coordinate representation of color #2FDFCE: hue angle of 174.2º 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 #2FDFCE is Cyan = 0.79, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 47 | 223 | 206 | - |
| CMYK | 0.79 | 0 | 0.08 | 0.13 |
| HSL | 174.2º | 0.73% | 0.53% | - |
| HSV(B) | 174.2º | 0.79% | 0.87% | - |
| XYZ | 38.7 | 57.84 | 67.52 | - |
| YUV | 168.44 | 149.19 | 41.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 223 | 206 | 0.79 | 0 | 0.08 | 0.13 | 174.2 | 0.73 | 0.53 |
| Hex | 2F | DF | CE | 4F | 0 | 8 | D | AE | 49 | 35 |
| Octal | 57 | 337 | 316 | 117 | 0 | 10 | 15 | 256 | 111 | 65 |
| Binary | 101111 | 11011111 | 11001110 | 1001111 | 0 | 1000 | 1101 | 10101110 | 1001001 | 110101 |
Color Harmonies of #2FDFCE
Complementary color
Monochromatic Colors of #2FDFCE
Black with #2FDFCE
Text Example
Text Example
White with #2FDFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDFCE; }
p { color: rgb(47,223,206); }
H1.HeaderClassName
{
color: #2FDFCE;
}
.AnyTagClassName
{
color: #2FDFCE;
}
</style>
background-color css
<style>
a { background-color: #2FDFCE; }
a { background-color: rgb(47,223,206); }
div.DivClassName
{
background-color: #2FDFCE;
}
.BgClassName
{
background-color: #2FDFCE;
}
</style>
border-color css
<style>
span { border-color: #2FDFCE; }
span { border-color: rgb(47,223,206); }
td.TdClassName
{
border-color: #2FDFCE;
}
.TagClassName
{
border-color: #2FDFCE;
}
</style>