Shades of Turquoise #2FF9EC
Tints of Turquoise #2FF9EC
RGB
CMYK
RGB Variations
Color information
#2FF9EC (or 0x2FF9EC) is known color: Turquoise. HEX triplet: 2F, F9 and EC. RGB value is (47,249,236). Sum of RGB (Red+Green+Blue) = 47+249+236=532 (70% of max value = 765). Red value is 47 (18.75% from 255 or 8.83% from 532); Green value is 249 (97.66% from 255 or 46.80% from 532); Blue value is 236 (92.58% from 255 or 44.36% from 532); Max value from RGB is 249 - color contains mainly: green. Hex color #2FF9EC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FF9EC is #D00613. Grayscale: #BABABA. Windows color (decimal): -13633044 or 15530287. OLE color: 15530287.
HSL color Cylindrical-coordinate representation of color #2FF9EC: hue angle of 176.14º degrees, saturation: 0.94, 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 #2FF9EC is Cyan = 0.81, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 249 | 236 | - |
| CMYK | 0.81 | 0 | 0.05 | 0.02 |
| HSL | 176.14º | 0.94% | 0.58% | - |
| HSV(B) | 176.14º | 0.81% | 0.98% | - |
| XYZ | 50.19 | 74.41 | 91.07 | - |
| YUV | 187.12 | 155.58 | 28.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 249 | 236 | 0.81 | 0 | 0.05 | 0.02 | 176.14 | 0.94 | 0.58 |
| Hex | 2F | F9 | EC | 51 | 0 | 5 | 2 | B0 | 5E | 3A |
| Octal | 57 | 371 | 354 | 121 | 0 | 5 | 2 | 260 | 136 | 72 |
| Binary | 101111 | 11111001 | 11101100 | 1010001 | 0 | 101 | 10 | 10110000 | 1011110 | 111010 |
Color Harmonies of #2FF9EC
Complementary color
Monochromatic Colors of #2FF9EC
Black with #2FF9EC
Text Example
Text Example
White with #2FF9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF9EC; }
p { color: rgb(47,249,236); }
H1.HeaderClassName
{
color: #2FF9EC;
}
.AnyTagClassName
{
color: #2FF9EC;
}
</style>
background-color css
<style>
a { background-color: #2FF9EC; }
a { background-color: rgb(47,249,236); }
div.DivClassName
{
background-color: #2FF9EC;
}
.BgClassName
{
background-color: #2FF9EC;
}
</style>
border-color css
<style>
span { border-color: #2FF9EC; }
span { border-color: rgb(47,249,236); }
td.TdClassName
{
border-color: #2FF9EC;
}
.TagClassName
{
border-color: #2FF9EC;
}
</style>