Shades of Medium Turquoise #47D0ED
Tints of Medium Turquoise #47D0ED
RGB
CMYK
RGB Variations
Color information
#47D0ED (or 0x47D0ED) is known color: Medium Turquoise. HEX triplet: 47, D0 and ED. RGB value is (71,208,237). Sum of RGB (Red+Green+Blue) = 71+208+237=516 (68% of max value = 765). Red value is 71 (28.12% from 255 or 13.76% from 516); Green value is 208 (81.64% from 255 or 40.31% from 516); Blue value is 237 (92.97% from 255 or 45.93% from 516); Max value from RGB is 237 - color contains mainly: blue. Hex color #47D0ED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47D0ED is #B82F12. Grayscale: #AAAAAA. Windows color (decimal): -12070675 or 15585351. OLE color: 15585351.
HSL color Cylindrical-coordinate representation of color #47D0ED: hue angle of 190.48º 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 #47D0ED is Cyan = 0.70, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 71 | 208 | 237 | - |
| CMYK | 0.70 | 0.12 | 0 | 0.07 |
| HSL | 190.48º | 0.82% | 0.6% | - |
| HSV(B) | 190.48º | 0.7% | 0.93% | - |
| XYZ | 40.44 | 52.57 | 88.14 | - |
| YUV | 170.34 | 165.61 | 57.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 208 | 237 | 0.70 | 0.12 | 0 | 0.07 | 190.48 | 0.82 | 0.6 |
| Hex | 47 | D0 | ED | 46 | C | 0 | 7 | BE | 52 | 3C |
| Octal | 107 | 320 | 355 | 106 | 14 | 0 | 7 | 276 | 122 | 74 |
| Binary | 1000111 | 11010000 | 11101101 | 1000110 | 1100 | 0 | 111 | 10111110 | 1010010 | 111100 |
Color Harmonies of #47D0ED
Complementary color
Monochromatic Colors of #47D0ED
Black with #47D0ED
Text Example
Text Example
White with #47D0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47D0ED; }
p { color: rgb(71,208,237); }
H1.HeaderClassName
{
color: #47D0ED;
}
.AnyTagClassName
{
color: #47D0ED;
}
</style>
background-color css
<style>
a { background-color: #47D0ED; }
a { background-color: rgb(71,208,237); }
div.DivClassName
{
background-color: #47D0ED;
}
.BgClassName
{
background-color: #47D0ED;
}
</style>
border-color css
<style>
span { border-color: #47D0ED; }
span { border-color: rgb(71,208,237); }
td.TdClassName
{
border-color: #47D0ED;
}
.TagClassName
{
border-color: #47D0ED;
}
</style>