Shades of Turquoise #47FDE5
Tints of Turquoise #47FDE5
RGB
CMYK
RGB Variations
Color information
#47FDE5 (or 0x47FDE5) is known color: Turquoise. HEX triplet: 47, FD and E5. RGB value is (71,253,229). Sum of RGB (Red+Green+Blue) = 71+253+229=553 (73% of max value = 765). Red value is 71 (28.12% from 255 or 12.84% from 553); Green value is 253 (99.22% from 255 or 45.75% from 553); Blue value is 229 (89.84% from 255 or 41.41% from 553); Max value from RGB is 253 - color contains mainly: green. Hex color #47FDE5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47FDE5 is #B8021A. Grayscale: #C3C3C3. Windows color (decimal): -12059163 or 15072583. OLE color: 15072583.
HSL color Cylindrical-coordinate representation of color #47FDE5: hue angle of 172.09º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47FDE5 is Cyan = 0.72, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 71 | 253 | 229 | - |
| CMYK | 0.72 | 0 | 0.09 | 0.01 |
| HSL | 172.09º | 0.98% | 0.64% | - |
| HSV(B) | 172.09º | 0.72% | 0.99% | - |
| XYZ | 51.87 | 77.25 | 86.31 | - |
| YUV | 195.85 | 146.7 | 38.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 253 | 229 | 0.72 | 0 | 0.09 | 0.01 | 172.09 | 0.98 | 0.64 |
| Hex | 47 | FD | E5 | 48 | 0 | 9 | 1 | AC | 62 | 40 |
| Octal | 107 | 375 | 345 | 110 | 0 | 11 | 1 | 254 | 142 | 100 |
| Binary | 1000111 | 11111101 | 11100101 | 1001000 | 0 | 1001 | 1 | 10101100 | 1100010 | 1000000 |
Color Harmonies of #47FDE5
Complementary color
Monochromatic Colors of #47FDE5
Black with #47FDE5
Text Example
Text Example
White with #47FDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47FDE5; }
p { color: rgb(71,253,229); }
H1.HeaderClassName
{
color: #47FDE5;
}
.AnyTagClassName
{
color: #47FDE5;
}
</style>
background-color css
<style>
a { background-color: #47FDE5; }
a { background-color: rgb(71,253,229); }
div.DivClassName
{
background-color: #47FDE5;
}
.BgClassName
{
background-color: #47FDE5;
}
</style>
border-color css
<style>
span { border-color: #47FDE5; }
span { border-color: rgb(71,253,229); }
td.TdClassName
{
border-color: #47FDE5;
}
.TagClassName
{
border-color: #47FDE5;
}
</style>