Shades of Turquoise #2FECF6
Tints of Turquoise #2FECF6
RGB
CMYK
RGB Variations
Color information
#2FECF6 (or 0x2FECF6) is known color: Turquoise. HEX triplet: 2F, EC and F6. RGB value is (47,236,246). Sum of RGB (Red+Green+Blue) = 47+236+246=529 (70% of max value = 765). Red value is 47 (18.75% from 255 or 8.88% from 529); Green value is 236 (92.58% from 255 or 44.61% from 529); Blue value is 246 (96.48% from 255 or 46.50% from 529); Max value from RGB is 246 - color contains mainly: blue. Hex color #2FECF6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FECF6 is #D01309. Grayscale: #B4B4B4. Windows color (decimal): -13636362 or 16182319. OLE color: 16182319.
HSL color Cylindrical-coordinate representation of color #2FECF6: hue angle of 183.02º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FECF6 is Cyan = 0.81, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 47 | 236 | 246 | - |
| CMYK | 0.81 | 0.04 | 0 | 0.04 |
| HSL | 183.02º | 0.92% | 0.57% | - |
| HSV(B) | 183.02º | 0.81% | 0.96% | - |
| XYZ | 47.8 | 67.25 | 97.65 | - |
| YUV | 180.63 | 164.88 | 32.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 236 | 246 | 0.81 | 0.04 | 0 | 0.04 | 183.02 | 0.92 | 0.57 |
| Hex | 2F | EC | F6 | 51 | 4 | 0 | 4 | B7 | 5C | 39 |
| Octal | 57 | 354 | 366 | 121 | 4 | 0 | 4 | 267 | 134 | 71 |
| Binary | 101111 | 11101100 | 11110110 | 1010001 | 100 | 0 | 100 | 10110111 | 1011100 | 111001 |
Color Harmonies of #2FECF6
Complementary color
Monochromatic Colors of #2FECF6
Black with #2FECF6
Text Example
Text Example
White with #2FECF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FECF6; }
p { color: rgb(47,236,246); }
H1.HeaderClassName
{
color: #2FECF6;
}
.AnyTagClassName
{
color: #2FECF6;
}
</style>
background-color css
<style>
a { background-color: #2FECF6; }
a { background-color: rgb(47,236,246); }
div.DivClassName
{
background-color: #2FECF6;
}
.BgClassName
{
background-color: #2FECF6;
}
</style>
border-color css
<style>
span { border-color: #2FECF6; }
span { border-color: rgb(47,236,246); }
td.TdClassName
{
border-color: #2FECF6;
}
.TagClassName
{
border-color: #2FECF6;
}
</style>