Shades of Turquoise #2FE0F6
Tints of Turquoise #2FE0F6
RGB
CMYK
RGB Variations
Color information
#2FE0F6 (or 0x2FE0F6) is known color: Turquoise. HEX triplet: 2F, E0 and F6. RGB value is (47,224,246). Sum of RGB (Red+Green+Blue) = 47+224+246=517 (68% of max value = 765). Red value is 47 (18.75% from 255 or 9.09% from 517); Green value is 224 (87.89% from 255 or 43.33% from 517); Blue value is 246 (96.48% from 255 or 47.58% from 517); Max value from RGB is 246 - color contains mainly: blue. Hex color #2FE0F6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FE0F6 is #D01F09. Grayscale: #ADADAD. Windows color (decimal): -13639434 or 16179247. OLE color: 16179247.
HSL color Cylindrical-coordinate representation of color #2FE0F6: hue angle of 186.63º 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 #2FE0F6 is Cyan = 0.81, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 47 | 224 | 246 | - |
| CMYK | 0.81 | 0.09 | 0 | 0.04 |
| HSL | 186.63º | 0.92% | 0.57% | - |
| HSV(B) | 186.63º | 0.81% | 0.96% | - |
| XYZ | 44.46 | 60.57 | 96.54 | - |
| YUV | 173.59 | 168.86 | 37.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 224 | 246 | 0.81 | 0.09 | 0 | 0.04 | 186.63 | 0.92 | 0.57 |
| Hex | 2F | E0 | F6 | 51 | 9 | 0 | 4 | BB | 5C | 39 |
| Octal | 57 | 340 | 366 | 121 | 11 | 0 | 4 | 273 | 134 | 71 |
| Binary | 101111 | 11100000 | 11110110 | 1010001 | 1001 | 0 | 100 | 10111011 | 1011100 | 111001 |
Color Harmonies of #2FE0F6
Complementary color
Monochromatic Colors of #2FE0F6
Black with #2FE0F6
Text Example
Text Example
White with #2FE0F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE0F6; }
p { color: rgb(47,224,246); }
H1.HeaderClassName
{
color: #2FE0F6;
}
.AnyTagClassName
{
color: #2FE0F6;
}
</style>
background-color css
<style>
a { background-color: #2FE0F6; }
a { background-color: rgb(47,224,246); }
div.DivClassName
{
background-color: #2FE0F6;
}
.BgClassName
{
background-color: #2FE0F6;
}
</style>
border-color css
<style>
span { border-color: #2FE0F6; }
span { border-color: rgb(47,224,246); }
td.TdClassName
{
border-color: #2FE0F6;
}
.TagClassName
{
border-color: #2FE0F6;
}
</style>