Shades of Turquoise #47FDE7
Tints of Turquoise #47FDE7
RGB
CMYK
RGB Variations
Color information
#47FDE7 (or 0x47FDE7) is known color: Turquoise. HEX triplet: 47, FD and E7. RGB value is (71,253,231). Sum of RGB (Red+Green+Blue) = 71+253+231=555 (73% of max value = 765). Red value is 71 (28.12% from 255 or 12.79% from 555); Green value is 253 (99.22% from 255 or 45.59% from 555); Blue value is 231 (90.62% from 255 or 41.62% from 555); Max value from RGB is 253 - color contains mainly: green. Hex color #47FDE7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #47FDE7 is #B80218. Grayscale: #C3C3C3. Windows color (decimal): -12059161 or 15203655. OLE color: 15203655.
HSL color Cylindrical-coordinate representation of color #47FDE7: hue angle of 172.75º 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 #47FDE7 is Cyan = 0.72, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 71 | 253 | 231 | - |
| CMYK | 0.72 | 0 | 0.09 | 0.01 |
| HSL | 172.75º | 0.98% | 0.64% | - |
| HSV(B) | 172.75º | 0.72% | 0.99% | - |
| XYZ | 52.15 | 77.36 | 87.78 | - |
| YUV | 196.07 | 147.7 | 38.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 253 | 231 | 0.72 | 0 | 0.09 | 0.01 | 172.75 | 0.98 | 0.64 |
| Hex | 47 | FD | E7 | 48 | 0 | 9 | 1 | AD | 62 | 40 |
| Octal | 107 | 375 | 347 | 110 | 0 | 11 | 1 | 255 | 142 | 100 |
| Binary | 1000111 | 11111101 | 11100111 | 1001000 | 0 | 1001 | 1 | 10101101 | 1100010 | 1000000 |
Color Harmonies of #47FDE7
Complementary color
Monochromatic Colors of #47FDE7
Black with #47FDE7
Text Example
Text Example
White with #47FDE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47FDE7; }
p { color: rgb(71,253,231); }
H1.HeaderClassName
{
color: #47FDE7;
}
.AnyTagClassName
{
color: #47FDE7;
}
</style>
background-color css
<style>
a { background-color: #47FDE7; }
a { background-color: rgb(71,253,231); }
div.DivClassName
{
background-color: #47FDE7;
}
.BgClassName
{
background-color: #47FDE7;
}
</style>
border-color css
<style>
span { border-color: #47FDE7; }
span { border-color: rgb(71,253,231); }
td.TdClassName
{
border-color: #47FDE7;
}
.TagClassName
{
border-color: #47FDE7;
}
</style>