Shades of Turquoise #2FF7F5
Tints of Turquoise #2FF7F5
RGB
CMYK
RGB Variations
Color information
#2FF7F5 (or 0x2FF7F5) is known color: Turquoise. HEX triplet: 2F, F7 and F5. RGB value is (47,247,245). Sum of RGB (Red+Green+Blue) = 47+247+245=539 (71% of max value = 765). Red value is 47 (18.75% from 255 or 8.72% from 539); Green value is 247 (96.88% from 255 or 45.83% from 539); Blue value is 245 (96.09% from 255 or 45.45% from 539); Max value from RGB is 247 - color contains mainly: green. Hex color #2FF7F5 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FF7F5 is #D0080A. Grayscale: #BABABA. Windows color (decimal): -13633547 or 16119599. OLE color: 16119599.
HSL color Cylindrical-coordinate representation of color #2FF7F5: hue angle of 179.4º 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 #2FF7F5 is Cyan = 0.81, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 47 | 247 | 245 | - |
| CMYK | 0.81 | 0 | 0.01 | 0.03 |
| HSL | 179.4º | 0.93% | 0.58% | - |
| HSV(B) | 179.4º | 0.81% | 0.97% | - |
| XYZ | 50.91 | 73.72 | 97.93 | - |
| YUV | 186.97 | 160.74 | 28.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 247 | 245 | 0.81 | 0 | 0.01 | 0.03 | 179.4 | 0.93 | 0.58 |
| Hex | 2F | F7 | F5 | 51 | 0 | 1 | 3 | B3 | 5D | 3A |
| Octal | 57 | 367 | 365 | 121 | 0 | 1 | 3 | 263 | 135 | 72 |
| Binary | 101111 | 11110111 | 11110101 | 1010001 | 0 | 1 | 11 | 10110011 | 1011101 | 111010 |
Color Harmonies of #2FF7F5
Complementary color
Monochromatic Colors of #2FF7F5
Black with #2FF7F5
Text Example
Text Example
White with #2FF7F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF7F5; }
p { color: rgb(47,247,245); }
H1.HeaderClassName
{
color: #2FF7F5;
}
.AnyTagClassName
{
color: #2FF7F5;
}
</style>
background-color css
<style>
a { background-color: #2FF7F5; }
a { background-color: rgb(47,247,245); }
div.DivClassName
{
background-color: #2FF7F5;
}
.BgClassName
{
background-color: #2FF7F5;
}
</style>
border-color css
<style>
span { border-color: #2FF7F5; }
span { border-color: rgb(47,247,245); }
td.TdClassName
{
border-color: #2FF7F5;
}
.TagClassName
{
border-color: #2FF7F5;
}
</style>