Shades of Medium Turquoise #47CCDD
Tints of Medium Turquoise #47CCDD
RGB
CMYK
RGB Variations
Color information
#47CCDD (or 0x47CCDD) is known color: Medium Turquoise. HEX triplet: 47, CC and DD. RGB value is (71,204,221). Sum of RGB (Red+Green+Blue) = 71+204+221=496 (65% of max value = 765). Red value is 71 (28.12% from 255 or 14.31% from 496); Green value is 204 (80.08% from 255 or 41.13% from 496); Blue value is 221 (86.72% from 255 or 44.56% from 496); Max value from RGB is 221 - color contains mainly: blue. Hex color #47CCDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47CCDD is #B83322. Grayscale: #A5A5A5. Windows color (decimal): -12071715 or 14535751. OLE color: 14535751.
HSL color Cylindrical-coordinate representation of color #47CCDD: hue angle of 186.8º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47CCDD is Cyan = 0.68, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 71 | 204 | 221 | - |
| CMYK | 0.68 | 0.08 | 0 | 0.13 |
| HSL | 186.8º | 0.69% | 0.57% | - |
| HSV(B) | 186.8º | 0.68% | 0.87% | - |
| XYZ | 37.24 | 49.75 | 76.05 | - |
| YUV | 166.17 | 158.94 | 60.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 204 | 221 | 0.68 | 0.08 | 0 | 0.13 | 186.8 | 0.69 | 0.57 |
| Hex | 47 | CC | DD | 44 | 8 | 0 | D | BB | 45 | 39 |
| Octal | 107 | 314 | 335 | 104 | 10 | 0 | 15 | 273 | 105 | 71 |
| Binary | 1000111 | 11001100 | 11011101 | 1000100 | 1000 | 0 | 1101 | 10111011 | 1000101 | 111001 |
Color Harmonies of #47CCDD
Complementary color
Monochromatic Colors of #47CCDD
Black with #47CCDD
Text Example
Text Example
White with #47CCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47CCDD; }
p { color: rgb(71,204,221); }
H1.HeaderClassName
{
color: #47CCDD;
}
.AnyTagClassName
{
color: #47CCDD;
}
</style>
background-color css
<style>
a { background-color: #47CCDD; }
a { background-color: rgb(71,204,221); }
div.DivClassName
{
background-color: #47CCDD;
}
.BgClassName
{
background-color: #47CCDD;
}
</style>
border-color css
<style>
span { border-color: #47CCDD; }
span { border-color: rgb(71,204,221); }
td.TdClassName
{
border-color: #47CCDD;
}
.TagClassName
{
border-color: #47CCDD;
}
</style>