Shades of Turquoise #47FBE8
Tints of Turquoise #47FBE8
RGB
CMYK
RGB Variations
Color information
#47FBE8 (or 0x47FBE8) is known color: Turquoise. HEX triplet: 47, FB and E8. RGB value is (71,251,232). Sum of RGB (Red+Green+Blue) = 71+251+232=554 (73% of max value = 765). Red value is 71 (28.12% from 255 or 12.82% from 554); Green value is 251 (98.44% from 255 or 45.31% from 554); Blue value is 232 (91.02% from 255 or 41.88% from 554); Max value from RGB is 251 - color contains mainly: green. Hex color #47FBE8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #47FBE8 is #B80417. Grayscale: #C2C2C2. Windows color (decimal): -12059672 or 15268679. OLE color: 15268679.
HSL color Cylindrical-coordinate representation of color #47FBE8: hue angle of 173.67º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47FBE8 is Cyan = 0.72, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 71 | 251 | 232 | - |
| CMYK | 0.72 | 0 | 0.08 | 0.02 |
| HSL | 173.67º | 0.96% | 0.63% | - |
| HSV(B) | 173.67º | 0.72% | 0.98% | - |
| XYZ | 51.66 | 76.16 | 88.32 | - |
| YUV | 195.01 | 148.87 | 39.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 251 | 232 | 0.72 | 0 | 0.08 | 0.02 | 173.67 | 0.96 | 0.63 |
| Hex | 47 | FB | E8 | 48 | 0 | 8 | 2 | AE | 60 | 3F |
| Octal | 107 | 373 | 350 | 110 | 0 | 10 | 2 | 256 | 140 | 77 |
| Binary | 1000111 | 11111011 | 11101000 | 1001000 | 0 | 1000 | 10 | 10101110 | 1100000 | 111111 |
Color Harmonies of #47FBE8
Complementary color
Monochromatic Colors of #47FBE8
Black with #47FBE8
Text Example
Text Example
White with #47FBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47FBE8; }
p { color: rgb(71,251,232); }
H1.HeaderClassName
{
color: #47FBE8;
}
.AnyTagClassName
{
color: #47FBE8;
}
</style>
background-color css
<style>
a { background-color: #47FBE8; }
a { background-color: rgb(71,251,232); }
div.DivClassName
{
background-color: #47FBE8;
}
.BgClassName
{
background-color: #47FBE8;
}
</style>
border-color css
<style>
span { border-color: #47FBE8; }
span { border-color: rgb(71,251,232); }
td.TdClassName
{
border-color: #47FBE8;
}
.TagClassName
{
border-color: #47FBE8;
}
</style>