Shades of Turquoise #2FDEDF
Tints of Turquoise #2FDEDF
RGB
CMYK
RGB Variations
Color information
#2FDEDF (or 0x2FDEDF) is known color: Turquoise. HEX triplet: 2F, DE and DF. RGB value is (47,222,223). Sum of RGB (Red+Green+Blue) = 47+222+223=492 (65% of max value = 765). Red value is 47 (18.75% from 255 or 9.55% from 492); Green value is 222 (87.11% from 255 or 45.12% from 492); Blue value is 223 (87.5% from 255 or 45.33% from 492); Max value from RGB is 223 - color contains mainly: blue. Hex color #2FDEDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FDEDF is #D02120. Grayscale: #A9A9A9. Windows color (decimal): -13639969 or 14671407. OLE color: 14671407.
HSL color Cylindrical-coordinate representation of color #2FDEDF: hue angle of 180.34º 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 #2FDEDF is Cyan = 0.79, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 47 | 222 | 223 | - |
| CMYK | 0.79 | 0.00 | 0 | 0.13 |
| HSL | 180.34º | 0.73% | 0.53% | - |
| HSV(B) | 180.34º | 0.79% | 0.87% | - |
| XYZ | 40.61 | 58.17 | 78.9 | - |
| YUV | 169.79 | 158.02 | 40.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 222 | 223 | 0.79 | 0.00 | 0 | 0.13 | 180.34 | 0.73 | 0.53 |
| Hex | 2F | DE | DF | 4F | 0 | 0 | D | B4 | 49 | 35 |
| Octal | 57 | 336 | 337 | 117 | 0 | 0 | 15 | 264 | 111 | 65 |
| Binary | 101111 | 11011110 | 11011111 | 1001111 | 0 | 0 | 1101 | 10110100 | 1001001 | 110101 |
Color Harmonies of #2FDEDF
Complementary color
Monochromatic Colors of #2FDEDF
Black with #2FDEDF
Text Example
Text Example
White with #2FDEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDEDF; }
p { color: rgb(47,222,223); }
H1.HeaderClassName
{
color: #2FDEDF;
}
.AnyTagClassName
{
color: #2FDEDF;
}
</style>
background-color css
<style>
a { background-color: #2FDEDF; }
a { background-color: rgb(47,222,223); }
div.DivClassName
{
background-color: #2FDEDF;
}
.BgClassName
{
background-color: #2FDEDF;
}
</style>
border-color css
<style>
span { border-color: #2FDEDF; }
span { border-color: rgb(47,222,223); }
td.TdClassName
{
border-color: #2FDEDF;
}
.TagClassName
{
border-color: #2FDEDF;
}
</style>