Shades of Medium Turquoise #47D4ED
Tints of Medium Turquoise #47D4ED
RGB
CMYK
RGB Variations
Color information
#47D4ED (or 0x47D4ED) is known color: Medium Turquoise. HEX triplet: 47, D4 and ED. RGB value is (71,212,237). Sum of RGB (Red+Green+Blue) = 71+212+237=520 (68% of max value = 765). Red value is 71 (28.12% from 255 or 13.65% from 520); Green value is 212 (83.20% from 255 or 40.77% from 520); Blue value is 237 (92.97% from 255 or 45.58% from 520); Max value from RGB is 237 - color contains mainly: blue. Hex color #47D4ED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47D4ED is #B82B12. Grayscale: #ACACAC. Windows color (decimal): -12069651 or 15586375. OLE color: 15586375.
HSL color Cylindrical-coordinate representation of color #47D4ED: hue angle of 189.04º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #47D4ED is Cyan = 0.70, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 71 | 212 | 237 | - |
| CMYK | 0.70 | 0.11 | 0 | 0.07 |
| HSL | 189.04º | 0.82% | 0.6% | - |
| HSV(B) | 189.04º | 0.7% | 0.93% | - |
| XYZ | 41.43 | 54.54 | 88.46 | - |
| YUV | 172.69 | 164.29 | 55.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 212 | 237 | 0.70 | 0.11 | 0 | 0.07 | 189.04 | 0.82 | 0.6 |
| Hex | 47 | D4 | ED | 46 | B | 0 | 7 | BD | 52 | 3C |
| Octal | 107 | 324 | 355 | 106 | 13 | 0 | 7 | 275 | 122 | 74 |
| Binary | 1000111 | 11010100 | 11101101 | 1000110 | 1011 | 0 | 111 | 10111101 | 1010010 | 111100 |
Color Harmonies of #47D4ED
Complementary color
Monochromatic Colors of #47D4ED
Black with #47D4ED
Text Example
Text Example
White with #47D4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47D4ED; }
p { color: rgb(71,212,237); }
H1.HeaderClassName
{
color: #47D4ED;
}
.AnyTagClassName
{
color: #47D4ED;
}
</style>
background-color css
<style>
a { background-color: #47D4ED; }
a { background-color: rgb(71,212,237); }
div.DivClassName
{
background-color: #47D4ED;
}
.BgClassName
{
background-color: #47D4ED;
}
</style>
border-color css
<style>
span { border-color: #47D4ED; }
span { border-color: rgb(71,212,237); }
td.TdClassName
{
border-color: #47D4ED;
}
.TagClassName
{
border-color: #47D4ED;
}
</style>