Shades of Medium Turquoise #47C4DA
Tints of Medium Turquoise #47C4DA
RGB
CMYK
RGB Variations
Color information
#47C4DA (or 0x47C4DA) is known color: Medium Turquoise. HEX triplet: 47, C4 and DA. RGB value is (71,196,218). Sum of RGB (Red+Green+Blue) = 71+196+218=485 (64% of max value = 765). Red value is 71 (28.12% from 255 or 14.64% from 485); Green value is 196 (76.95% from 255 or 40.41% from 485); Blue value is 218 (85.55% from 255 or 44.95% from 485); Max value from RGB is 218 - color contains mainly: blue. Hex color #47C4DA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47C4DA is #B83B25. Grayscale: #A0A0A0. Windows color (decimal): -12073766 or 14337095. OLE color: 14337095.
HSL color Cylindrical-coordinate representation of color #47C4DA: hue angle of 188.98º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #47C4DA is Cyan = 0.67, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 71 | 196 | 218 | - |
| CMYK | 0.67 | 0.10 | 0 | 0.15 |
| HSL | 188.98º | 0.67% | 0.57% | - |
| HSV(B) | 188.98º | 0.67% | 0.85% | - |
| XYZ | 34.99 | 45.88 | 73.34 | - |
| YUV | 161.13 | 160.09 | 63.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 196 | 218 | 0.67 | 0.10 | 0 | 0.15 | 188.98 | 0.67 | 0.57 |
| Hex | 47 | C4 | DA | 43 | A | 0 | F | BD | 43 | 39 |
| Octal | 107 | 304 | 332 | 103 | 12 | 0 | 17 | 275 | 103 | 71 |
| Binary | 1000111 | 11000100 | 11011010 | 1000011 | 1010 | 0 | 1111 | 10111101 | 1000011 | 111001 |
Color Harmonies of #47C4DA
Complementary color
Monochromatic Colors of #47C4DA
Black with #47C4DA
Text Example
Text Example
White with #47C4DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47C4DA; }
p { color: rgb(71,196,218); }
H1.HeaderClassName
{
color: #47C4DA;
}
.AnyTagClassName
{
color: #47C4DA;
}
</style>
background-color css
<style>
a { background-color: #47C4DA; }
a { background-color: rgb(71,196,218); }
div.DivClassName
{
background-color: #47C4DA;
}
.BgClassName
{
background-color: #47C4DA;
}
</style>
border-color css
<style>
span { border-color: #47C4DA; }
span { border-color: rgb(71,196,218); }
td.TdClassName
{
border-color: #47C4DA;
}
.TagClassName
{
border-color: #47C4DA;
}
</style>