Shades of Medium Turquoise #47CCDB
Tints of Medium Turquoise #47CCDB
RGB
CMYK
RGB Variations
Color information
#47CCDB (or 0x47CCDB) is known color: Medium Turquoise. HEX triplet: 47, CC and DB. RGB value is (71,204,219). Sum of RGB (Red+Green+Blue) = 71+204+219=494 (65% of max value = 765). Red value is 71 (28.12% from 255 or 14.37% from 494); Green value is 204 (80.08% from 255 or 41.30% from 494); Blue value is 219 (85.94% from 255 or 44.33% from 494); Max value from RGB is 219 - color contains mainly: blue. Hex color #47CCDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47CCDB is #B83324. Grayscale: #A5A5A5. Windows color (decimal): -12071717 or 14404679. OLE color: 14404679.
HSL color Cylindrical-coordinate representation of color #47CCDB: hue angle of 186.08º degrees, saturation: 0.67, 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 #47CCDB is Cyan = 0.68, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 71 | 204 | 219 | - |
| CMYK | 0.68 | 0.07 | 0 | 0.14 |
| HSL | 186.08º | 0.67% | 0.57% | - |
| HSV(B) | 186.08º | 0.68% | 0.86% | - |
| XYZ | 36.98 | 49.64 | 74.65 | - |
| YUV | 165.94 | 157.94 | 60.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 204 | 219 | 0.68 | 0.07 | 0 | 0.14 | 186.08 | 0.67 | 0.57 |
| Hex | 47 | CC | DB | 44 | 7 | 0 | E | BA | 43 | 39 |
| Octal | 107 | 314 | 333 | 104 | 7 | 0 | 16 | 272 | 103 | 71 |
| Binary | 1000111 | 11001100 | 11011011 | 1000100 | 111 | 0 | 1110 | 10111010 | 1000011 | 111001 |
Color Harmonies of #47CCDB
Complementary color
Monochromatic Colors of #47CCDB
Black with #47CCDB
Text Example
Text Example
White with #47CCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47CCDB; }
p { color: rgb(71,204,219); }
H1.HeaderClassName
{
color: #47CCDB;
}
.AnyTagClassName
{
color: #47CCDB;
}
</style>
background-color css
<style>
a { background-color: #47CCDB; }
a { background-color: rgb(71,204,219); }
div.DivClassName
{
background-color: #47CCDB;
}
.BgClassName
{
background-color: #47CCDB;
}
</style>
border-color css
<style>
span { border-color: #47CCDB; }
span { border-color: rgb(71,204,219); }
td.TdClassName
{
border-color: #47CCDB;
}
.TagClassName
{
border-color: #47CCDB;
}
</style>