Shades of Medium Turquoise #47CDDC
Tints of Medium Turquoise #47CDDC
RGB
CMYK
RGB Variations
Color information
#47CDDC (or 0x47CDDC) is known color: Medium Turquoise. HEX triplet: 47, CD and DC. RGB value is (71,205,220). Sum of RGB (Red+Green+Blue) = 71+205+220=496 (65% of max value = 765). Red value is 71 (28.12% from 255 or 14.31% from 496); Green value is 205 (80.47% from 255 or 41.33% from 496); Blue value is 220 (86.33% from 255 or 44.35% from 496); Max value from RGB is 220 - color contains mainly: blue. Hex color #47CDDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47CDDC is #B83223. Grayscale: #A6A6A6. Windows color (decimal): -12071460 or 14470471. OLE color: 14470471.
HSL color Cylindrical-coordinate representation of color #47CDDC: hue angle of 186.04º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47CDDC is Cyan = 0.68, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 71 | 205 | 220 | - |
| CMYK | 0.68 | 0.07 | 0 | 0.14 |
| HSL | 186.04º | 0.68% | 0.57% | - |
| HSV(B) | 186.04º | 0.68% | 0.86% | - |
| XYZ | 37.35 | 50.17 | 75.43 | - |
| YUV | 166.64 | 158.11 | 59.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 205 | 220 | 0.68 | 0.07 | 0 | 0.14 | 186.04 | 0.68 | 0.57 |
| Hex | 47 | CD | DC | 44 | 7 | 0 | E | BA | 44 | 39 |
| Octal | 107 | 315 | 334 | 104 | 7 | 0 | 16 | 272 | 104 | 71 |
| Binary | 1000111 | 11001101 | 11011100 | 1000100 | 111 | 0 | 1110 | 10111010 | 1000100 | 111001 |
Color Harmonies of #47CDDC
Complementary color
Monochromatic Colors of #47CDDC
Black with #47CDDC
Text Example
Text Example
White with #47CDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47CDDC; }
p { color: rgb(71,205,220); }
H1.HeaderClassName
{
color: #47CDDC;
}
.AnyTagClassName
{
color: #47CDDC;
}
</style>
background-color css
<style>
a { background-color: #47CDDC; }
a { background-color: rgb(71,205,220); }
div.DivClassName
{
background-color: #47CDDC;
}
.BgClassName
{
background-color: #47CDDC;
}
</style>
border-color css
<style>
span { border-color: #47CDDC; }
span { border-color: rgb(71,205,220); }
td.TdClassName
{
border-color: #47CDDC;
}
.TagClassName
{
border-color: #47CDDC;
}
</style>