Shades of Turquoise #2FECCD
Tints of Turquoise #2FECCD
RGB
CMYK
RGB Variations
Color information
#2FECCD (or 0x2FECCD) is known color: Turquoise. HEX triplet: 2F, EC and CD. RGB value is (47,236,205). Sum of RGB (Red+Green+Blue) = 47+236+205=488 (64% of max value = 765). Red value is 47 (18.75% from 255 or 9.63% from 488); Green value is 236 (92.58% from 255 or 48.36% from 488); Blue value is 205 (80.47% from 255 or 42.01% from 488); Max value from RGB is 236 - color contains mainly: green. Hex color #2FECCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FECCD is #D01332. Grayscale: #AFAFAF. Windows color (decimal): -13636403 or 13495343. OLE color: 13495343.
HSL color Cylindrical-coordinate representation of color #2FECCD: hue angle of 170.16º 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 #2FECCD is Cyan = 0.80, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 236 | 205 | - |
| CMYK | 0.80 | 0 | 0.13 | 0.07 |
| HSL | 170.16º | 0.83% | 0.55% | - |
| HSV(B) | 170.16º | 0.8% | 0.93% | - |
| XYZ | 42.19 | 65 | 68.08 | - |
| YUV | 175.96 | 144.38 | 36.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 236 | 205 | 0.80 | 0 | 0.13 | 0.07 | 170.16 | 0.83 | 0.55 |
| Hex | 2F | EC | CD | 50 | 0 | D | 7 | AA | 53 | 37 |
| Octal | 57 | 354 | 315 | 120 | 0 | 15 | 7 | 252 | 123 | 67 |
| Binary | 101111 | 11101100 | 11001101 | 1010000 | 0 | 1101 | 111 | 10101010 | 1010011 | 110111 |
Color Harmonies of #2FECCD
Complementary color
Monochromatic Colors of #2FECCD
Black with #2FECCD
Text Example
Text Example
White with #2FECCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FECCD; }
p { color: rgb(47,236,205); }
H1.HeaderClassName
{
color: #2FECCD;
}
.AnyTagClassName
{
color: #2FECCD;
}
</style>
background-color css
<style>
a { background-color: #2FECCD; }
a { background-color: rgb(47,236,205); }
div.DivClassName
{
background-color: #2FECCD;
}
.BgClassName
{
background-color: #2FECCD;
}
</style>
border-color css
<style>
span { border-color: #2FECCD; }
span { border-color: rgb(47,236,205); }
td.TdClassName
{
border-color: #2FECCD;
}
.TagClassName
{
border-color: #2FECCD;
}
</style>