Shades of Turquoise #2FF9BD
Tints of Turquoise #2FF9BD
RGB
CMYK
RGB Variations
Color information
#2FF9BD (or 0x2FF9BD) is known color: Turquoise. HEX triplet: 2F, F9 and BD. RGB value is (47,249,189). Sum of RGB (Red+Green+Blue) = 47+249+189=485 (64% of max value = 765). Red value is 47 (18.75% from 255 or 9.69% from 485); Green value is 249 (97.66% from 255 or 51.34% from 485); Blue value is 189 (74.22% from 255 or 38.97% from 485); Max value from RGB is 249 - color contains mainly: green. Hex color #2FF9BD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FF9BD is #D00642. Grayscale: #B5B5B5. Windows color (decimal): -13633091 or 12450095. OLE color: 12450095.
HSL color Cylindrical-coordinate representation of color #2FF9BD: hue angle of 162.18º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FF9BD is Cyan = 0.81, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 249 | 189 | - |
| CMYK | 0.81 | 0 | 0.24 | 0.02 |
| HSL | 162.18º | 0.94% | 0.58% | - |
| HSV(B) | 162.18º | 0.81% | 0.98% | - |
| XYZ | 44.23 | 72.03 | 59.72 | - |
| YUV | 181.76 | 132.08 | 31.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 249 | 189 | 0.81 | 0 | 0.24 | 0.02 | 162.18 | 0.94 | 0.58 |
| Hex | 2F | F9 | BD | 51 | 0 | 18 | 2 | A2 | 5E | 3A |
| Octal | 57 | 371 | 275 | 121 | 0 | 30 | 2 | 242 | 136 | 72 |
| Binary | 101111 | 11111001 | 10111101 | 1010001 | 0 | 11000 | 10 | 10100010 | 1011110 | 111010 |
Color Harmonies of #2FF9BD
Complementary color
Monochromatic Colors of #2FF9BD
Black with #2FF9BD
Text Example
Text Example
White with #2FF9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF9BD; }
p { color: rgb(47,249,189); }
H1.HeaderClassName
{
color: #2FF9BD;
}
.AnyTagClassName
{
color: #2FF9BD;
}
</style>
background-color css
<style>
a { background-color: #2FF9BD; }
a { background-color: rgb(47,249,189); }
div.DivClassName
{
background-color: #2FF9BD;
}
.BgClassName
{
background-color: #2FF9BD;
}
</style>
border-color css
<style>
span { border-color: #2FF9BD; }
span { border-color: rgb(47,249,189); }
td.TdClassName
{
border-color: #2FF9BD;
}
.TagClassName
{
border-color: #2FF9BD;
}
</style>