Shades of Turquoise #2FF0E6
Tints of Turquoise #2FF0E6
RGB
CMYK
RGB Variations
Color information
#2FF0E6 (or 0x2FF0E6) is known color: Turquoise. HEX triplet: 2F, F0 and E6. RGB value is (47,240,230). Sum of RGB (Red+Green+Blue) = 47+240+230=517 (68% of max value = 765). Red value is 47 (18.75% from 255 or 9.09% from 517); Green value is 240 (94.14% from 255 or 46.42% from 517); Blue value is 230 (90.23% from 255 or 44.49% from 517); Max value from RGB is 240 - color contains mainly: green. Hex color #2FF0E6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FF0E6 is #D00F19. Grayscale: #B5B5B5. Windows color (decimal): -13635354 or 15134767. OLE color: 15134767.
HSL color Cylindrical-coordinate representation of color #2FF0E6: hue angle of 176.89º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FF0E6 is Cyan = 0.80, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 47 | 240 | 230 | - |
| CMYK | 0.80 | 0 | 0.04 | 0.06 |
| HSL | 176.89º | 0.87% | 0.56% | - |
| HSV(B) | 176.89º | 0.8% | 0.94% | - |
| XYZ | 46.62 | 68.64 | 85.65 | - |
| YUV | 181.15 | 155.56 | 32.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 240 | 230 | 0.80 | 0 | 0.04 | 0.06 | 176.89 | 0.87 | 0.56 |
| Hex | 2F | F0 | E6 | 50 | 0 | 4 | 6 | B1 | 57 | 38 |
| Octal | 57 | 360 | 346 | 120 | 0 | 4 | 6 | 261 | 127 | 70 |
| Binary | 101111 | 11110000 | 11100110 | 1010000 | 0 | 100 | 110 | 10110001 | 1010111 | 111000 |
Color Harmonies of #2FF0E6
Complementary color
Monochromatic Colors of #2FF0E6
Black with #2FF0E6
Text Example
Text Example
White with #2FF0E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF0E6; }
p { color: rgb(47,240,230); }
H1.HeaderClassName
{
color: #2FF0E6;
}
.AnyTagClassName
{
color: #2FF0E6;
}
</style>
background-color css
<style>
a { background-color: #2FF0E6; }
a { background-color: rgb(47,240,230); }
div.DivClassName
{
background-color: #2FF0E6;
}
.BgClassName
{
background-color: #2FF0E6;
}
</style>
border-color css
<style>
span { border-color: #2FF0E6; }
span { border-color: rgb(47,240,230); }
td.TdClassName
{
border-color: #2FF0E6;
}
.TagClassName
{
border-color: #2FF0E6;
}
</style>