Shades of Turquoise #2FF8BC
Tints of Turquoise #2FF8BC
RGB
CMYK
RGB Variations
Color information
#2FF8BC (or 0x2FF8BC) is known color: Turquoise. HEX triplet: 2F, F8 and BC. RGB value is (47,248,188). Sum of RGB (Red+Green+Blue) = 47+248+188=483 (63% of max value = 765). Red value is 47 (18.75% from 255 or 9.73% from 483); Green value is 248 (97.27% from 255 or 51.35% from 483); Blue value is 188 (73.83% from 255 or 38.92% from 483); Max value from RGB is 248 - color contains mainly: green. Hex color #2FF8BC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FF8BC is #D00743. Grayscale: #B5B5B5. Windows color (decimal): -13633348 or 12384303. OLE color: 12384303.
HSL color Cylindrical-coordinate representation of color #2FF8BC: hue angle of 162.09º 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 #2FF8BC is Cyan = 0.81, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 47 | 248 | 188 | - |
| CMYK | 0.81 | 0 | 0.24 | 0.03 |
| HSL | 162.09º | 0.93% | 0.58% | - |
| HSV(B) | 162.09º | 0.81% | 0.97% | - |
| XYZ | 43.82 | 71.37 | 59.04 | - |
| YUV | 181.06 | 131.91 | 32.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 248 | 188 | 0.81 | 0 | 0.24 | 0.03 | 162.09 | 0.93 | 0.58 |
| Hex | 2F | F8 | BC | 51 | 0 | 18 | 3 | A2 | 5D | 3A |
| Octal | 57 | 370 | 274 | 121 | 0 | 30 | 3 | 242 | 135 | 72 |
| Binary | 101111 | 11111000 | 10111100 | 1010001 | 0 | 11000 | 11 | 10100010 | 1011101 | 111010 |
Color Harmonies of #2FF8BC
Complementary color
Monochromatic Colors of #2FF8BC
Black with #2FF8BC
Text Example
Text Example
White with #2FF8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF8BC; }
p { color: rgb(47,248,188); }
H1.HeaderClassName
{
color: #2FF8BC;
}
.AnyTagClassName
{
color: #2FF8BC;
}
</style>
background-color css
<style>
a { background-color: #2FF8BC; }
a { background-color: rgb(47,248,188); }
div.DivClassName
{
background-color: #2FF8BC;
}
.BgClassName
{
background-color: #2FF8BC;
}
</style>
border-color css
<style>
span { border-color: #2FF8BC; }
span { border-color: rgb(47,248,188); }
td.TdClassName
{
border-color: #2FF8BC;
}
.TagClassName
{
border-color: #2FF8BC;
}
</style>