Shades of Turquoise #2FDFDF
Tints of Turquoise #2FDFDF
RGB
CMYK
RGB Variations
Color information
#2FDFDF (or 0x2FDFDF) is known color: Turquoise. HEX triplet: 2F, DF and DF. RGB value is (47,223,223). Sum of RGB (Red+Green+Blue) = 47+223+223=493 (65% of max value = 765). Red value is 47 (18.75% from 255 or 9.53% from 493); Green value is 223 (87.5% from 255 or 45.23% from 493); Blue value is 223 (87.5% from 255 or 45.23% from 493); Max value from RGB is 223 - color contains mainly: green, blue. Hex color #2FDFDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FDFDF is #D02020. Grayscale: #AAAAAA. Windows color (decimal): -13639713 or 14671663. OLE color: 14671663.
HSL color Cylindrical-coordinate representation of color #2FDFDF: hue angle of 180º 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 #2FDFDF is Cyan = 0.79, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 47 | 223 | 223 | - |
| CMYK | 0.79 | 0 | 0 | 0.13 |
| HSL | 180º | 0.73% | 0.53% | - |
| HSV(B) | 180º | 0.79% | 0.87% | - |
| XYZ | 40.88 | 58.71 | 78.99 | - |
| YUV | 170.38 | 157.69 | 40 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 223 | 223 | 0.79 | 0 | 0 | 0.13 | 180 | 0.73 | 0.53 |
| Hex | 2F | DF | DF | 4F | 0 | 0 | D | B4 | 49 | 35 |
| Octal | 57 | 337 | 337 | 117 | 0 | 0 | 15 | 264 | 111 | 65 |
| Binary | 101111 | 11011111 | 11011111 | 1001111 | 0 | 0 | 1101 | 10110100 | 1001001 | 110101 |
Color Harmonies of #2FDFDF
Complementary color
Monochromatic Colors of #2FDFDF
Black with #2FDFDF
Text Example
Text Example
White with #2FDFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDFDF; }
p { color: rgb(47,223,223); }
H1.HeaderClassName
{
color: #2FDFDF;
}
.AnyTagClassName
{
color: #2FDFDF;
}
</style>
background-color css
<style>
a { background-color: #2FDFDF; }
a { background-color: rgb(47,223,223); }
div.DivClassName
{
background-color: #2FDFDF;
}
.BgClassName
{
background-color: #2FDFDF;
}
</style>
border-color css
<style>
span { border-color: #2FDFDF; }
span { border-color: rgb(47,223,223); }
td.TdClassName
{
border-color: #2FDFDF;
}
.TagClassName
{
border-color: #2FDFDF;
}
</style>