Shades of Turquoise #2FF7BD
Tints of Turquoise #2FF7BD
RGB
CMYK
RGB Variations
Color information
#2FF7BD (or 0x2FF7BD) is known color: Turquoise. HEX triplet: 2F, F7 and BD. RGB value is (47,247,189). Sum of RGB (Red+Green+Blue) = 47+247+189=483 (63% of max value = 765). Red value is 47 (18.75% from 255 or 9.73% from 483); Green value is 247 (96.88% from 255 or 51.14% from 483); Blue value is 189 (74.22% from 255 or 39.13% from 483); Max value from RGB is 247 - color contains mainly: green. Hex color #2FF7BD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FF7BD is #D00842. Grayscale: #B4B4B4. Windows color (decimal): -13633603 or 12449583. OLE color: 12449583.
HSL color Cylindrical-coordinate representation of color #2FF7BD: hue angle of 162.6º 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 #2FF7BD is Cyan = 0.81, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 47 | 247 | 189 | - |
| CMYK | 0.81 | 0 | 0.23 | 0.03 |
| HSL | 162.6º | 0.93% | 0.58% | - |
| HSV(B) | 162.6º | 0.81% | 0.97% | - |
| XYZ | 43.62 | 70.8 | 59.51 | - |
| YUV | 180.59 | 132.74 | 32.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 247 | 189 | 0.81 | 0 | 0.23 | 0.03 | 162.6 | 0.93 | 0.58 |
| Hex | 2F | F7 | BD | 51 | 0 | 17 | 3 | A3 | 5D | 3A |
| Octal | 57 | 367 | 275 | 121 | 0 | 27 | 3 | 243 | 135 | 72 |
| Binary | 101111 | 11110111 | 10111101 | 1010001 | 0 | 10111 | 11 | 10100011 | 1011101 | 111010 |
Color Harmonies of #2FF7BD
Complementary color
Monochromatic Colors of #2FF7BD
Black with #2FF7BD
Text Example
Text Example
White with #2FF7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF7BD; }
p { color: rgb(47,247,189); }
H1.HeaderClassName
{
color: #2FF7BD;
}
.AnyTagClassName
{
color: #2FF7BD;
}
</style>
background-color css
<style>
a { background-color: #2FF7BD; }
a { background-color: rgb(47,247,189); }
div.DivClassName
{
background-color: #2FF7BD;
}
.BgClassName
{
background-color: #2FF7BD;
}
</style>
border-color css
<style>
span { border-color: #2FF7BD; }
span { border-color: rgb(47,247,189); }
td.TdClassName
{
border-color: #2FF7BD;
}
.TagClassName
{
border-color: #2FF7BD;
}
</style>