Shades of Turquoise #2FF7ED
Tints of Turquoise #2FF7ED
RGB
CMYK
RGB Variations
Color information
#2FF7ED (or 0x2FF7ED) is known color: Turquoise. HEX triplet: 2F, F7 and ED. RGB value is (47,247,237). Sum of RGB (Red+Green+Blue) = 47+247+237=531 (70% of max value = 765). Red value is 47 (18.75% from 255 or 8.85% from 531); Green value is 247 (96.88% from 255 or 46.52% from 531); Blue value is 237 (92.97% from 255 or 44.63% from 531); Max value from RGB is 247 - color contains mainly: green. Hex color #2FF7ED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FF7ED is #D00812. Grayscale: #B9B9B9. Windows color (decimal): -13633555 or 15595311. OLE color: 15595311.
HSL color Cylindrical-coordinate representation of color #2FF7ED: hue angle of 177º 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 #2FF7ED is Cyan = 0.81, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 47 | 247 | 237 | - |
| CMYK | 0.81 | 0 | 0.04 | 0.03 |
| HSL | 177º | 0.93% | 0.58% | - |
| HSV(B) | 177º | 0.81% | 0.97% | - |
| XYZ | 49.72 | 73.24 | 91.64 | - |
| YUV | 186.06 | 156.74 | 28.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 247 | 237 | 0.81 | 0 | 0.04 | 0.03 | 177 | 0.93 | 0.58 |
| Hex | 2F | F7 | ED | 51 | 0 | 4 | 3 | B1 | 5D | 3A |
| Octal | 57 | 367 | 355 | 121 | 0 | 4 | 3 | 261 | 135 | 72 |
| Binary | 101111 | 11110111 | 11101101 | 1010001 | 0 | 100 | 11 | 10110001 | 1011101 | 111010 |
Color Harmonies of #2FF7ED
Complementary color
Monochromatic Colors of #2FF7ED
Black with #2FF7ED
Text Example
Text Example
White with #2FF7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF7ED; }
p { color: rgb(47,247,237); }
H1.HeaderClassName
{
color: #2FF7ED;
}
.AnyTagClassName
{
color: #2FF7ED;
}
</style>
background-color css
<style>
a { background-color: #2FF7ED; }
a { background-color: rgb(47,247,237); }
div.DivClassName
{
background-color: #2FF7ED;
}
.BgClassName
{
background-color: #2FF7ED;
}
</style>
border-color css
<style>
span { border-color: #2FF7ED; }
span { border-color: rgb(47,247,237); }
td.TdClassName
{
border-color: #2FF7ED;
}
.TagClassName
{
border-color: #2FF7ED;
}
</style>