Shades of Turquoise #2FF8BD
Tints of Turquoise #2FF8BD
RGB
CMYK
RGB Variations
Color information
#2FF8BD (or 0x2FF8BD) is known color: Turquoise. HEX triplet: 2F, F8 and BD. RGB value is (47,248,189). Sum of RGB (Red+Green+Blue) = 47+248+189=484 (64% of max value = 765). Red value is 47 (18.75% from 255 or 9.71% from 484); Green value is 248 (97.27% from 255 or 51.24% from 484); Blue value is 189 (74.22% from 255 or 39.05% from 484); Max value from RGB is 248 - color contains mainly: green. Hex color #2FF8BD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FF8BD is #D00742. Grayscale: #B5B5B5. Windows color (decimal): -13633347 or 12449839. OLE color: 12449839.
HSL color Cylindrical-coordinate representation of color #2FF8BD: hue angle of 162.39º 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 #2FF8BD is Cyan = 0.81, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 47 | 248 | 189 | - |
| CMYK | 0.81 | 0 | 0.24 | 0.03 |
| HSL | 162.39º | 0.93% | 0.58% | - |
| HSV(B) | 162.39º | 0.81% | 0.97% | - |
| XYZ | 43.93 | 71.41 | 59.61 | - |
| YUV | 181.18 | 132.41 | 32.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 248 | 189 | 0.81 | 0 | 0.24 | 0.03 | 162.39 | 0.93 | 0.58 |
| Hex | 2F | F8 | BD | 51 | 0 | 18 | 3 | A2 | 5D | 3A |
| Octal | 57 | 370 | 275 | 121 | 0 | 30 | 3 | 242 | 135 | 72 |
| Binary | 101111 | 11111000 | 10111101 | 1010001 | 0 | 11000 | 11 | 10100010 | 1011101 | 111010 |
Color Harmonies of #2FF8BD
Complementary color
Monochromatic Colors of #2FF8BD
Black with #2FF8BD
Text Example
Text Example
White with #2FF8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF8BD; }
p { color: rgb(47,248,189); }
H1.HeaderClassName
{
color: #2FF8BD;
}
.AnyTagClassName
{
color: #2FF8BD;
}
</style>
background-color css
<style>
a { background-color: #2FF8BD; }
a { background-color: rgb(47,248,189); }
div.DivClassName
{
background-color: #2FF8BD;
}
.BgClassName
{
background-color: #2FF8BD;
}
</style>
border-color css
<style>
span { border-color: #2FF8BD; }
span { border-color: rgb(47,248,189); }
td.TdClassName
{
border-color: #2FF8BD;
}
.TagClassName
{
border-color: #2FF8BD;
}
</style>