Shades of Medium Turquoise #47D3EA
Tints of Medium Turquoise #47D3EA
RGB
CMYK
RGB Variations
Color information
#47D3EA (or 0x47D3EA) is known color: Medium Turquoise. HEX triplet: 47, D3 and EA. RGB value is (71,211,234). Sum of RGB (Red+Green+Blue) = 71+211+234=516 (68% of max value = 765). Red value is 71 (28.12% from 255 or 13.76% from 516); Green value is 211 (82.81% from 255 or 40.89% from 516); Blue value is 234 (91.80% from 255 or 45.35% from 516); Max value from RGB is 234 - color contains mainly: blue. Hex color #47D3EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47D3EA is #B82C15. Grayscale: #ABABAB. Windows color (decimal): -12069910 or 15389511. OLE color: 15389511.
HSL color Cylindrical-coordinate representation of color #47D3EA: hue angle of 188.47º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #47D3EA is Cyan = 0.70, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 71 | 211 | 234 | - |
| CMYK | 0.70 | 0.10 | 0 | 0.08 |
| HSL | 188.47º | 0.8% | 0.6% | - |
| HSV(B) | 188.47º | 0.7% | 0.92% | - |
| XYZ | 40.74 | 53.87 | 86.09 | - |
| YUV | 171.76 | 163.12 | 56.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 211 | 234 | 0.70 | 0.10 | 0 | 0.08 | 188.47 | 0.8 | 0.6 |
| Hex | 47 | D3 | EA | 46 | A | 0 | 8 | BC | 50 | 3C |
| Octal | 107 | 323 | 352 | 106 | 12 | 0 | 10 | 274 | 120 | 74 |
| Binary | 1000111 | 11010011 | 11101010 | 1000110 | 1010 | 0 | 1000 | 10111100 | 1010000 | 111100 |
Color Harmonies of #47D3EA
Complementary color
Monochromatic Colors of #47D3EA
Black with #47D3EA
Text Example
Text Example
White with #47D3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47D3EA; }
p { color: rgb(71,211,234); }
H1.HeaderClassName
{
color: #47D3EA;
}
.AnyTagClassName
{
color: #47D3EA;
}
</style>
background-color css
<style>
a { background-color: #47D3EA; }
a { background-color: rgb(71,211,234); }
div.DivClassName
{
background-color: #47D3EA;
}
.BgClassName
{
background-color: #47D3EA;
}
</style>
border-color css
<style>
span { border-color: #47D3EA; }
span { border-color: rgb(71,211,234); }
td.TdClassName
{
border-color: #47D3EA;
}
.TagClassName
{
border-color: #47D3EA;
}
</style>