Shades of Turquoise #2FECDF
Tints of Turquoise #2FECDF
RGB
CMYK
RGB Variations
Color information
#2FECDF (or 0x2FECDF) is known color: Turquoise. HEX triplet: 2F, EC and DF. RGB value is (47,236,223). Sum of RGB (Red+Green+Blue) = 47+236+223=506 (67% of max value = 765). Red value is 47 (18.75% from 255 or 9.29% from 506); Green value is 236 (92.58% from 255 or 46.64% from 506); Blue value is 223 (87.5% from 255 or 44.07% from 506); Max value from RGB is 236 - color contains mainly: green. Hex color #2FECDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FECDF is #D01320. Grayscale: #B1B1B1. Windows color (decimal): -13636385 or 14674991. OLE color: 14674991.
HSL color Cylindrical-coordinate representation of color #2FECDF: hue angle of 175.87º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FECDF is Cyan = 0.80, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 236 | 223 | - |
| CMYK | 0.80 | 0 | 0.06 | 0.07 |
| HSL | 175.87º | 0.83% | 0.55% | - |
| HSV(B) | 175.87º | 0.8% | 0.93% | - |
| XYZ | 44.49 | 65.92 | 80.19 | - |
| YUV | 178.01 | 153.38 | 34.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 236 | 223 | 0.80 | 0 | 0.06 | 0.07 | 175.87 | 0.83 | 0.55 |
| Hex | 2F | EC | DF | 50 | 0 | 6 | 7 | B0 | 53 | 37 |
| Octal | 57 | 354 | 337 | 120 | 0 | 6 | 7 | 260 | 123 | 67 |
| Binary | 101111 | 11101100 | 11011111 | 1010000 | 0 | 110 | 111 | 10110000 | 1010011 | 110111 |
Color Harmonies of #2FECDF
Complementary color
Monochromatic Colors of #2FECDF
Black with #2FECDF
Text Example
Text Example
White with #2FECDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FECDF; }
p { color: rgb(47,236,223); }
H1.HeaderClassName
{
color: #2FECDF;
}
.AnyTagClassName
{
color: #2FECDF;
}
</style>
background-color css
<style>
a { background-color: #2FECDF; }
a { background-color: rgb(47,236,223); }
div.DivClassName
{
background-color: #2FECDF;
}
.BgClassName
{
background-color: #2FECDF;
}
</style>
border-color css
<style>
span { border-color: #2FECDF; }
span { border-color: rgb(47,236,223); }
td.TdClassName
{
border-color: #2FECDF;
}
.TagClassName
{
border-color: #2FECDF;
}
</style>