Shades of Turquoise #47FFB4
Tints of Turquoise #47FFB4
RGB
CMYK
RGB Variations
Color information
#47FFB4 (or 0x47FFB4) is known color: Turquoise. HEX triplet: 47, FF and B4. RGB value is (71,255,180). Sum of RGB (Red+Green+Blue) = 71+255+180=506 (67% of max value = 765). Red value is 71 (28.12% from 255 or 14.03% from 506); Green value is 255 (100% from 255 or 50.40% from 506); Blue value is 180 (70.70% from 255 or 35.57% from 506); Max value from RGB is 255 - color contains mainly: green. Hex color #47FFB4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47FFB4 is #B8004B. Grayscale: #BFBFBF. Windows color (decimal): -12058700 or 11861831. OLE color: 11861831.
HSL color Cylindrical-coordinate representation of color #47FFB4: hue angle of 155.54º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47FFB4 is Cyan = 0.72, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 71 | 255 | 180 | - |
| CMYK | 0.72 | 0 | 0.29 | 0 |
| HSL | 155.54º | 1% | 0.64% | - |
| HSV(B) | 155.54º | 0.72% | 1% | - |
| XYZ | 46.6 | 76.15 | 55.42 | - |
| YUV | 191.43 | 121.54 | 42.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 255 | 180 | 0.72 | 0 | 0.29 | 0 | 155.54 | 1 | 0.64 |
| Hex | 47 | FF | B4 | 48 | 0 | 1D | 0 | 9C | 64 | 40 |
| Octal | 107 | 377 | 264 | 110 | 0 | 35 | 0 | 234 | 144 | 100 |
| Binary | 1000111 | 11111111 | 10110100 | 1001000 | 0 | 11101 | 0 | 10011100 | 1100100 | 1000000 |
Color Harmonies of #47FFB4
Complementary color
Monochromatic Colors of #47FFB4
Black with #47FFB4
Text Example
Text Example
White with #47FFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47FFB4; }
p { color: rgb(71,255,180); }
H1.HeaderClassName
{
color: #47FFB4;
}
.AnyTagClassName
{
color: #47FFB4;
}
</style>
background-color css
<style>
a { background-color: #47FFB4; }
a { background-color: rgb(71,255,180); }
div.DivClassName
{
background-color: #47FFB4;
}
.BgClassName
{
background-color: #47FFB4;
}
</style>
border-color css
<style>
span { border-color: #47FFB4; }
span { border-color: rgb(71,255,180); }
td.TdClassName
{
border-color: #47FFB4;
}
.TagClassName
{
border-color: #47FFB4;
}
</style>