Shades of Turquoise #2FECCF
Tints of Turquoise #2FECCF
RGB
CMYK
RGB Variations
Color information
#2FECCF (or 0x2FECCF) is known color: Turquoise. HEX triplet: 2F, EC and CF. RGB value is (47,236,207). Sum of RGB (Red+Green+Blue) = 47+236+207=490 (64% of max value = 765). Red value is 47 (18.75% from 255 or 9.59% from 490); Green value is 236 (92.58% from 255 or 48.16% from 490); Blue value is 207 (81.25% from 255 or 42.24% from 490); Max value from RGB is 236 - color contains mainly: green. Hex color #2FECCF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FECCF is #D01330. Grayscale: #B0B0B0. Windows color (decimal): -13636401 or 13626415. OLE color: 13626415.
HSL color Cylindrical-coordinate representation of color #2FECCF: hue angle of 170.79º 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 #2FECCF is Cyan = 0.80, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 236 | 207 | - |
| CMYK | 0.80 | 0 | 0.12 | 0.07 |
| HSL | 170.79º | 0.83% | 0.55% | - |
| HSV(B) | 170.79º | 0.8% | 0.93% | - |
| XYZ | 42.43 | 65.1 | 69.36 | - |
| YUV | 176.18 | 145.38 | 35.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 236 | 207 | 0.80 | 0 | 0.12 | 0.07 | 170.79 | 0.83 | 0.55 |
| Hex | 2F | EC | CF | 50 | 0 | C | 7 | AB | 53 | 37 |
| Octal | 57 | 354 | 317 | 120 | 0 | 14 | 7 | 253 | 123 | 67 |
| Binary | 101111 | 11101100 | 11001111 | 1010000 | 0 | 1100 | 111 | 10101011 | 1010011 | 110111 |
Color Harmonies of #2FECCF
Complementary color
Monochromatic Colors of #2FECCF
Black with #2FECCF
Text Example
Text Example
White with #2FECCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FECCF; }
p { color: rgb(47,236,207); }
H1.HeaderClassName
{
color: #2FECCF;
}
.AnyTagClassName
{
color: #2FECCF;
}
</style>
background-color css
<style>
a { background-color: #2FECCF; }
a { background-color: rgb(47,236,207); }
div.DivClassName
{
background-color: #2FECCF;
}
.BgClassName
{
background-color: #2FECCF;
}
</style>
border-color css
<style>
span { border-color: #2FECCF; }
span { border-color: rgb(47,236,207); }
td.TdClassName
{
border-color: #2FECCF;
}
.TagClassName
{
border-color: #2FECCF;
}
</style>