Shades of Turquoise #2FF8EC
Tints of Turquoise #2FF8EC
RGB
CMYK
RGB Variations
Color information
#2FF8EC (or 0x2FF8EC) is known color: Turquoise. HEX triplet: 2F, F8 and EC. RGB value is (47,248,236). Sum of RGB (Red+Green+Blue) = 47+248+236=531 (70% of max value = 765). Red value is 47 (18.75% from 255 or 8.85% from 531); Green value is 248 (97.27% from 255 or 46.70% from 531); Blue value is 236 (92.58% from 255 or 44.44% from 531); Max value from RGB is 248 - color contains mainly: green. Hex color #2FF8EC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FF8EC is #D00713. Grayscale: #BABABA. Windows color (decimal): -13633300 or 15530031. OLE color: 15530031.
HSL color Cylindrical-coordinate representation of color #2FF8EC: hue angle of 176.42º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FF8EC is Cyan = 0.81, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 47 | 248 | 236 | - |
| CMYK | 0.81 | 0 | 0.05 | 0.03 |
| HSL | 176.42º | 0.93% | 0.58% | - |
| HSV(B) | 176.42º | 0.81% | 0.97% | - |
| XYZ | 49.88 | 73.8 | 90.97 | - |
| YUV | 186.53 | 155.91 | 28.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 248 | 236 | 0.81 | 0 | 0.05 | 0.03 | 176.42 | 0.93 | 0.58 |
| Hex | 2F | F8 | EC | 51 | 0 | 5 | 3 | B0 | 5D | 3A |
| Octal | 57 | 370 | 354 | 121 | 0 | 5 | 3 | 260 | 135 | 72 |
| Binary | 101111 | 11111000 | 11101100 | 1010001 | 0 | 101 | 11 | 10110000 | 1011101 | 111010 |
Color Harmonies of #2FF8EC
Complementary color
Monochromatic Colors of #2FF8EC
Black with #2FF8EC
Text Example
Text Example
White with #2FF8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF8EC; }
p { color: rgb(47,248,236); }
H1.HeaderClassName
{
color: #2FF8EC;
}
.AnyTagClassName
{
color: #2FF8EC;
}
</style>
background-color css
<style>
a { background-color: #2FF8EC; }
a { background-color: rgb(47,248,236); }
div.DivClassName
{
background-color: #2FF8EC;
}
.BgClassName
{
background-color: #2FF8EC;
}
</style>
border-color css
<style>
span { border-color: #2FF8EC; }
span { border-color: rgb(47,248,236); }
td.TdClassName
{
border-color: #2FF8EC;
}
.TagClassName
{
border-color: #2FF8EC;
}
</style>