Shades of Turquoise #2FECC3
Tints of Turquoise #2FECC3
RGB
CMYK
RGB Variations
Color information
#2FECC3 (or 0x2FECC3) is known color: Turquoise. HEX triplet: 2F, EC and C3. RGB value is (47,236,195). Sum of RGB (Red+Green+Blue) = 47+236+195=478 (63% of max value = 765). Red value is 47 (18.75% from 255 or 9.83% from 478); Green value is 236 (92.58% from 255 or 49.37% from 478); Blue value is 195 (76.56% from 255 or 40.79% from 478); Max value from RGB is 236 - color contains mainly: green. Hex color #2FECC3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FECC3 is #D0133C. Grayscale: #AEAEAE. Windows color (decimal): -13636413 or 12839983. OLE color: 12839983.
HSL color Cylindrical-coordinate representation of color #2FECC3: hue angle of 166.98º 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 #2FECC3 is Cyan = 0.80, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 236 | 195 | - |
| CMYK | 0.80 | 0 | 0.17 | 0.07 |
| HSL | 166.98º | 0.83% | 0.55% | - |
| HSV(B) | 166.98º | 0.8% | 0.93% | - |
| XYZ | 41.02 | 64.54 | 61.92 | - |
| YUV | 174.82 | 139.38 | 36.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 236 | 195 | 0.80 | 0 | 0.17 | 0.07 | 166.98 | 0.83 | 0.55 |
| Hex | 2F | EC | C3 | 50 | 0 | 11 | 7 | A7 | 53 | 37 |
| Octal | 57 | 354 | 303 | 120 | 0 | 21 | 7 | 247 | 123 | 67 |
| Binary | 101111 | 11101100 | 11000011 | 1010000 | 0 | 10001 | 111 | 10100111 | 1010011 | 110111 |
Color Harmonies of #2FECC3
Complementary color
Monochromatic Colors of #2FECC3
Black with #2FECC3
Text Example
Text Example
White with #2FECC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FECC3; }
p { color: rgb(47,236,195); }
H1.HeaderClassName
{
color: #2FECC3;
}
.AnyTagClassName
{
color: #2FECC3;
}
</style>
background-color css
<style>
a { background-color: #2FECC3; }
a { background-color: rgb(47,236,195); }
div.DivClassName
{
background-color: #2FECC3;
}
.BgClassName
{
background-color: #2FECC3;
}
</style>
border-color css
<style>
span { border-color: #2FECC3; }
span { border-color: rgb(47,236,195); }
td.TdClassName
{
border-color: #2FECC3;
}
.TagClassName
{
border-color: #2FECC3;
}
</style>