Shades of Turquoise #2FECF4
Tints of Turquoise #2FECF4
RGB
CMYK
RGB Variations
Color information
#2FECF4 (or 0x2FECF4) is known color: Turquoise. HEX triplet: 2F, EC and F4. RGB value is (47,236,244). Sum of RGB (Red+Green+Blue) = 47+236+244=527 (69% of max value = 765). Red value is 47 (18.75% from 255 or 8.92% from 527); Green value is 236 (92.58% from 255 or 44.78% from 527); Blue value is 244 (95.70% from 255 or 46.30% from 527); Max value from RGB is 244 - color contains mainly: blue. Hex color #2FECF4 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FECF4 is #D0130B. Grayscale: #B4B4B4. Windows color (decimal): -13636364 or 16051247. OLE color: 16051247.
HSL color Cylindrical-coordinate representation of color #2FECF4: hue angle of 182.44º degrees, saturation: 0.9, 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 #2FECF4 is Cyan = 0.81, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 47 | 236 | 244 | - |
| CMYK | 0.81 | 0.03 | 0 | 0.04 |
| HSL | 182.44º | 0.9% | 0.57% | - |
| HSV(B) | 182.44º | 0.81% | 0.96% | - |
| XYZ | 47.5 | 67.13 | 96.04 | - |
| YUV | 180.4 | 163.88 | 32.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 236 | 244 | 0.81 | 0.03 | 0 | 0.04 | 182.44 | 0.9 | 0.57 |
| Hex | 2F | EC | F4 | 51 | 3 | 0 | 4 | B6 | 5A | 39 |
| Octal | 57 | 354 | 364 | 121 | 3 | 0 | 4 | 266 | 132 | 71 |
| Binary | 101111 | 11101100 | 11110100 | 1010001 | 11 | 0 | 100 | 10110110 | 1011010 | 111001 |
Color Harmonies of #2FECF4
Complementary color
Monochromatic Colors of #2FECF4
Black with #2FECF4
Text Example
Text Example
White with #2FECF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FECF4; }
p { color: rgb(47,236,244); }
H1.HeaderClassName
{
color: #2FECF4;
}
.AnyTagClassName
{
color: #2FECF4;
}
</style>
background-color css
<style>
a { background-color: #2FECF4; }
a { background-color: rgb(47,236,244); }
div.DivClassName
{
background-color: #2FECF4;
}
.BgClassName
{
background-color: #2FECF4;
}
</style>
border-color css
<style>
span { border-color: #2FECF4; }
span { border-color: rgb(47,236,244); }
td.TdClassName
{
border-color: #2FECF4;
}
.TagClassName
{
border-color: #2FECF4;
}
</style>