Shades of Turquoise #2FDFDC
Tints of Turquoise #2FDFDC
RGB
CMYK
RGB Variations
Color information
#2FDFDC (or 0x2FDFDC) is known color: Turquoise. HEX triplet: 2F, DF and DC. RGB value is (47,223,220). Sum of RGB (Red+Green+Blue) = 47+223+220=490 (64% of max value = 765). Red value is 47 (18.75% from 255 or 9.59% from 490); Green value is 223 (87.5% from 255 or 45.51% from 490); Blue value is 220 (86.33% from 255 or 44.90% from 490); Max value from RGB is 223 - color contains mainly: green. Hex color #2FDFDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FDFDC is #D02023. Grayscale: #A9A9A9. Windows color (decimal): -13639716 or 14475055. OLE color: 14475055.
HSL color Cylindrical-coordinate representation of color #2FDFDC: hue angle of 178.98º 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 #2FDFDC is Cyan = 0.79, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 47 | 223 | 220 | - |
| CMYK | 0.79 | 0 | 0.01 | 0.13 |
| HSL | 178.98º | 0.73% | 0.53% | - |
| HSV(B) | 178.98º | 0.79% | 0.87% | - |
| XYZ | 40.48 | 58.55 | 76.88 | - |
| YUV | 170.03 | 156.19 | 40.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 223 | 220 | 0.79 | 0 | 0.01 | 0.13 | 178.98 | 0.73 | 0.53 |
| Hex | 2F | DF | DC | 4F | 0 | 1 | D | B3 | 49 | 35 |
| Octal | 57 | 337 | 334 | 117 | 0 | 1 | 15 | 263 | 111 | 65 |
| Binary | 101111 | 11011111 | 11011100 | 1001111 | 0 | 1 | 1101 | 10110011 | 1001001 | 110101 |
Color Harmonies of #2FDFDC
Complementary color
Monochromatic Colors of #2FDFDC
Black with #2FDFDC
Text Example
Text Example
White with #2FDFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDFDC; }
p { color: rgb(47,223,220); }
H1.HeaderClassName
{
color: #2FDFDC;
}
.AnyTagClassName
{
color: #2FDFDC;
}
</style>
background-color css
<style>
a { background-color: #2FDFDC; }
a { background-color: rgb(47,223,220); }
div.DivClassName
{
background-color: #2FDFDC;
}
.BgClassName
{
background-color: #2FDFDC;
}
</style>
border-color css
<style>
span { border-color: #2FDFDC; }
span { border-color: rgb(47,223,220); }
td.TdClassName
{
border-color: #2FDFDC;
}
.TagClassName
{
border-color: #2FDFDC;
}
</style>