Shades of Turquoise #2FECFA
Tints of Turquoise #2FECFA
RGB
CMYK
RGB Variations
Color information
#2FECFA (or 0x2FECFA) is known color: Turquoise. HEX triplet: 2F, EC and FA. RGB value is (47,236,250). Sum of RGB (Red+Green+Blue) = 47+236+250=533 (70% of max value = 765). Red value is 47 (18.75% from 255 or 8.82% from 533); Green value is 236 (92.58% from 255 or 44.28% from 533); Blue value is 250 (98.05% from 255 or 46.90% from 533); Max value from RGB is 250 - color contains mainly: blue. Hex color #2FECFA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FECFA is #D01305. Grayscale: #B4B4B4. Windows color (decimal): -13636358 or 16444463. OLE color: 16444463.
HSL color Cylindrical-coordinate representation of color #2FECFA: hue angle of 184.14º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FECFA is Cyan = 0.81, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 236 | 250 | - |
| CMYK | 0.81 | 0.06 | 0 | 0.02 |
| HSL | 184.14º | 0.95% | 0.58% | - |
| HSV(B) | 184.14º | 0.81% | 0.98% | - |
| XYZ | 48.42 | 67.5 | 100.92 | - |
| YUV | 181.09 | 166.88 | 32.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 236 | 250 | 0.81 | 0.06 | 0 | 0.02 | 184.14 | 0.95 | 0.58 |
| Hex | 2F | EC | FA | 51 | 6 | 0 | 2 | B8 | 5F | 3A |
| Octal | 57 | 354 | 372 | 121 | 6 | 0 | 2 | 270 | 137 | 72 |
| Binary | 101111 | 11101100 | 11111010 | 1010001 | 110 | 0 | 10 | 10111000 | 1011111 | 111010 |
Color Harmonies of #2FECFA
Complementary color
Monochromatic Colors of #2FECFA
Black with #2FECFA
Text Example
Text Example
White with #2FECFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FECFA; }
p { color: rgb(47,236,250); }
H1.HeaderClassName
{
color: #2FECFA;
}
.AnyTagClassName
{
color: #2FECFA;
}
</style>
background-color css
<style>
a { background-color: #2FECFA; }
a { background-color: rgb(47,236,250); }
div.DivClassName
{
background-color: #2FECFA;
}
.BgClassName
{
background-color: #2FECFA;
}
</style>
border-color css
<style>
span { border-color: #2FECFA; }
span { border-color: rgb(47,236,250); }
td.TdClassName
{
border-color: #2FECFA;
}
.TagClassName
{
border-color: #2FECFA;
}
</style>