Shades of Turquoise #2FECBD
Tints of Turquoise #2FECBD
RGB
CMYK
RGB Variations
Color information
#2FECBD (or 0x2FECBD) is known color: Turquoise. HEX triplet: 2F, EC and BD. RGB value is (47,236,189). Sum of RGB (Red+Green+Blue) = 47+236+189=472 (62% of max value = 765). Red value is 47 (18.75% from 255 or 9.96% from 472); Green value is 236 (92.58% from 255 or 50% from 472); Blue value is 189 (74.22% from 255 or 40.04% from 472); Max value from RGB is 236 - color contains mainly: green. Hex color #2FECBD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FECBD is #D01342. Grayscale: #AEAEAE. Windows color (decimal): -13636419 or 12446767. OLE color: 12446767.
HSL color Cylindrical-coordinate representation of color #2FECBD: hue angle of 165.08º 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 #2FECBD is Cyan = 0.80, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 236 | 189 | - |
| CMYK | 0.80 | 0 | 0.20 | 0.07 |
| HSL | 165.08º | 0.83% | 0.55% | - |
| HSV(B) | 165.08º | 0.8% | 0.93% | - |
| XYZ | 40.35 | 64.27 | 58.42 | - |
| YUV | 174.13 | 136.38 | 37.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 236 | 189 | 0.80 | 0 | 0.20 | 0.07 | 165.08 | 0.83 | 0.55 |
| Hex | 2F | EC | BD | 50 | 0 | 14 | 7 | A5 | 53 | 37 |
| Octal | 57 | 354 | 275 | 120 | 0 | 24 | 7 | 245 | 123 | 67 |
| Binary | 101111 | 11101100 | 10111101 | 1010000 | 0 | 10100 | 111 | 10100101 | 1010011 | 110111 |
Color Harmonies of #2FECBD
Complementary color
Monochromatic Colors of #2FECBD
Black with #2FECBD
Text Example
Text Example
White with #2FECBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FECBD; }
p { color: rgb(47,236,189); }
H1.HeaderClassName
{
color: #2FECBD;
}
.AnyTagClassName
{
color: #2FECBD;
}
</style>
background-color css
<style>
a { background-color: #2FECBD; }
a { background-color: rgb(47,236,189); }
div.DivClassName
{
background-color: #2FECBD;
}
.BgClassName
{
background-color: #2FECBD;
}
</style>
border-color css
<style>
span { border-color: #2FECBD; }
span { border-color: rgb(47,236,189); }
td.TdClassName
{
border-color: #2FECBD;
}
.TagClassName
{
border-color: #2FECBD;
}
</style>