Shades of Turquoise #47FEBB
Tints of Turquoise #47FEBB
RGB
CMYK
RGB Variations
Color information
#47FEBB (or 0x47FEBB) is known color: Turquoise. HEX triplet: 47, FE and BB. RGB value is (71,254,187). Sum of RGB (Red+Green+Blue) = 71+254+187=512 (67% of max value = 765). Red value is 71 (28.12% from 255 or 13.87% from 512); Green value is 254 (99.61% from 255 or 49.61% from 512); Blue value is 187 (73.44% from 255 or 36.52% from 512); Max value from RGB is 254 - color contains mainly: green. Hex color #47FEBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47FEBB is #B80144. Grayscale: #BFBFBF. Windows color (decimal): -12058949 or 12320327. OLE color: 12320327.
HSL color Cylindrical-coordinate representation of color #47FEBB: hue angle of 158.03º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47FEBB is Cyan = 0.72, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 71 | 254 | 187 | - |
| CMYK | 0.72 | 0 | 0.26 | 0.00 |
| HSL | 158.03º | 0.99% | 0.64% | - |
| HSV(B) | 158.03º | 0.72% | 1% | - |
| XYZ | 47.01 | 75.81 | 59.17 | - |
| YUV | 191.65 | 125.37 | 41.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 254 | 187 | 0.72 | 0 | 0.26 | 0.00 | 158.03 | 0.99 | 0.64 |
| Hex | 47 | FE | BB | 48 | 0 | 1A | 0 | 9E | 63 | 40 |
| Octal | 107 | 376 | 273 | 110 | 0 | 32 | 0 | 236 | 143 | 100 |
| Binary | 1000111 | 11111110 | 10111011 | 1001000 | 0 | 11010 | 0 | 10011110 | 1100011 | 1000000 |
Color Harmonies of #47FEBB
Complementary color
Monochromatic Colors of #47FEBB
Black with #47FEBB
Text Example
Text Example
White with #47FEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47FEBB; }
p { color: rgb(71,254,187); }
H1.HeaderClassName
{
color: #47FEBB;
}
.AnyTagClassName
{
color: #47FEBB;
}
</style>
background-color css
<style>
a { background-color: #47FEBB; }
a { background-color: rgb(71,254,187); }
div.DivClassName
{
background-color: #47FEBB;
}
.BgClassName
{
background-color: #47FEBB;
}
</style>
border-color css
<style>
span { border-color: #47FEBB; }
span { border-color: rgb(71,254,187); }
td.TdClassName
{
border-color: #47FEBB;
}
.TagClassName
{
border-color: #47FEBB;
}
</style>