Shades of Turquoise #47F8B0
Tints of Turquoise #47F8B0
RGB
CMYK
RGB Variations
Color information
#47F8B0 (or 0x47F8B0) is known color: Turquoise. HEX triplet: 47, F8 and B0. RGB value is (71,248,176). Sum of RGB (Red+Green+Blue) = 71+248+176=495 (65% of max value = 765). Red value is 71 (28.12% from 255 or 14.34% from 495); Green value is 248 (97.27% from 255 or 50.10% from 495); Blue value is 176 (69.14% from 255 or 35.56% from 495); Max value from RGB is 248 - color contains mainly: green. Hex color #47F8B0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #47F8B0 is #B8074F. Grayscale: #BABABA. Windows color (decimal): -12060496 or 11597895. OLE color: 11597895.
HSL color Cylindrical-coordinate representation of color #47F8B0: hue angle of 155.59º 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 #47F8B0 is Cyan = 0.71, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 71 | 248 | 176 | - |
| CMYK | 0.71 | 0 | 0.29 | 0.03 |
| HSL | 155.59º | 0.93% | 0.63% | - |
| HSV(B) | 155.59º | 0.71% | 0.97% | - |
| XYZ | 44 | 71.61 | 52.58 | - |
| YUV | 186.87 | 121.86 | 45.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 248 | 176 | 0.71 | 0 | 0.29 | 0.03 | 155.59 | 0.93 | 0.63 |
| Hex | 47 | F8 | B0 | 47 | 0 | 1D | 3 | 9C | 5D | 3F |
| Octal | 107 | 370 | 260 | 107 | 0 | 35 | 3 | 234 | 135 | 77 |
| Binary | 1000111 | 11111000 | 10110000 | 1000111 | 0 | 11101 | 11 | 10011100 | 1011101 | 111111 |
Color Harmonies of #47F8B0
Complementary color
Monochromatic Colors of #47F8B0
Black with #47F8B0
Text Example
Text Example
White with #47F8B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47F8B0; }
p { color: rgb(71,248,176); }
H1.HeaderClassName
{
color: #47F8B0;
}
.AnyTagClassName
{
color: #47F8B0;
}
</style>
background-color css
<style>
a { background-color: #47F8B0; }
a { background-color: rgb(71,248,176); }
div.DivClassName
{
background-color: #47F8B0;
}
.BgClassName
{
background-color: #47F8B0;
}
</style>
border-color css
<style>
span { border-color: #47F8B0; }
span { border-color: rgb(71,248,176); }
td.TdClassName
{
border-color: #47F8B0;
}
.TagClassName
{
border-color: #47F8B0;
}
</style>