Shades of Turquoise #2FECCC
Tints of Turquoise #2FECCC
RGB
CMYK
RGB Variations
Color information
#2FECCC (or 0x2FECCC) is known color: Turquoise. HEX triplet: 2F, EC and CC. RGB value is (47,236,204). Sum of RGB (Red+Green+Blue) = 47+236+204=487 (64% of max value = 765). Red value is 47 (18.75% from 255 or 9.65% from 487); Green value is 236 (92.58% from 255 or 48.46% from 487); Blue value is 204 (80.08% from 255 or 41.89% from 487); Max value from RGB is 236 - color contains mainly: green. Hex color #2FECCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FECCC is #D01333. Grayscale: #AFAFAF. Windows color (decimal): -13636404 or 13429807. OLE color: 13429807.
HSL color Cylindrical-coordinate representation of color #2FECCC: hue angle of 169.84º 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 #2FECCC is Cyan = 0.80, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 236 | 204 | - |
| CMYK | 0.80 | 0 | 0.14 | 0.07 |
| HSL | 169.84º | 0.83% | 0.55% | - |
| HSV(B) | 169.84º | 0.8% | 0.93% | - |
| XYZ | 42.07 | 64.95 | 67.45 | - |
| YUV | 175.84 | 143.88 | 36.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 236 | 204 | 0.80 | 0 | 0.14 | 0.07 | 169.84 | 0.83 | 0.55 |
| Hex | 2F | EC | CC | 50 | 0 | E | 7 | AA | 53 | 37 |
| Octal | 57 | 354 | 314 | 120 | 0 | 16 | 7 | 252 | 123 | 67 |
| Binary | 101111 | 11101100 | 11001100 | 1010000 | 0 | 1110 | 111 | 10101010 | 1010011 | 110111 |
Color Harmonies of #2FECCC
Complementary color
Monochromatic Colors of #2FECCC
Black with #2FECCC
Text Example
Text Example
White with #2FECCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FECCC; }
p { color: rgb(47,236,204); }
H1.HeaderClassName
{
color: #2FECCC;
}
.AnyTagClassName
{
color: #2FECCC;
}
</style>
background-color css
<style>
a { background-color: #2FECCC; }
a { background-color: rgb(47,236,204); }
div.DivClassName
{
background-color: #2FECCC;
}
.BgClassName
{
background-color: #2FECCC;
}
</style>
border-color css
<style>
span { border-color: #2FECCC; }
span { border-color: rgb(47,236,204); }
td.TdClassName
{
border-color: #2FECCC;
}
.TagClassName
{
border-color: #2FECCC;
}
</style>