Shades of Turquoise #47F8BB
Tints of Turquoise #47F8BB
RGB
CMYK
RGB Variations
Color information
#47F8BB (or 0x47F8BB) is known color: Turquoise. HEX triplet: 47, F8 and BB. RGB value is (71,248,187). Sum of RGB (Red+Green+Blue) = 71+248+187=506 (67% of max value = 765). Red value is 71 (28.12% from 255 or 14.03% from 506); Green value is 248 (97.27% from 255 or 49.01% from 506); Blue value is 187 (73.44% from 255 or 36.96% from 506); Max value from RGB is 248 - color contains mainly: green. Hex color #47F8BB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47F8BB is #B80744. Grayscale: #BCBCBC. Windows color (decimal): -12060485 or 12318791. OLE color: 12318791.
HSL color Cylindrical-coordinate representation of color #47F8BB: hue angle of 159.32º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #47F8BB is Cyan = 0.71, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 71 | 248 | 187 | - |
| CMYK | 0.71 | 0 | 0.25 | 0.03 |
| HSL | 159.32º | 0.93% | 0.63% | - |
| HSV(B) | 159.32º | 0.71% | 0.97% | - |
| XYZ | 45.14 | 72.06 | 58.54 | - |
| YUV | 188.12 | 127.36 | 44.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 248 | 187 | 0.71 | 0 | 0.25 | 0.03 | 159.32 | 0.93 | 0.63 |
| Hex | 47 | F8 | BB | 47 | 0 | 19 | 3 | 9F | 5D | 3F |
| Octal | 107 | 370 | 273 | 107 | 0 | 31 | 3 | 237 | 135 | 77 |
| Binary | 1000111 | 11111000 | 10111011 | 1000111 | 0 | 11001 | 11 | 10011111 | 1011101 | 111111 |
Color Harmonies of #47F8BB
Complementary color
Monochromatic Colors of #47F8BB
Black with #47F8BB
Text Example
Text Example
White with #47F8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47F8BB; }
p { color: rgb(71,248,187); }
H1.HeaderClassName
{
color: #47F8BB;
}
.AnyTagClassName
{
color: #47F8BB;
}
</style>
background-color css
<style>
a { background-color: #47F8BB; }
a { background-color: rgb(71,248,187); }
div.DivClassName
{
background-color: #47F8BB;
}
.BgClassName
{
background-color: #47F8BB;
}
</style>
border-color css
<style>
span { border-color: #47F8BB; }
span { border-color: rgb(71,248,187); }
td.TdClassName
{
border-color: #47F8BB;
}
.TagClassName
{
border-color: #47F8BB;
}
</style>