Shades of Medium Turquoise #47CBDC
Tints of Medium Turquoise #47CBDC
RGB
CMYK
RGB Variations
Color information
#47CBDC (or 0x47CBDC) is known color: Medium Turquoise. HEX triplet: 47, CB and DC. RGB value is (71,203,220). Sum of RGB (Red+Green+Blue) = 71+203+220=494 (65% of max value = 765). Red value is 71 (28.12% from 255 or 14.37% from 494); Green value is 203 (79.69% from 255 or 41.09% from 494); Blue value is 220 (86.33% from 255 or 44.53% from 494); Max value from RGB is 220 - color contains mainly: blue. Hex color #47CBDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47CBDC is #B83423. Grayscale: #A5A5A5. Windows color (decimal): -12071972 or 14469959. OLE color: 14469959.
HSL color Cylindrical-coordinate representation of color #47CBDC: hue angle of 186.85º 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 #47CBDC is Cyan = 0.68, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 71 | 203 | 220 | - |
| CMYK | 0.68 | 0.08 | 0 | 0.14 |
| HSL | 186.85º | 0.68% | 0.57% | - |
| HSV(B) | 186.85º | 0.68% | 0.86% | - |
| XYZ | 36.87 | 49.22 | 75.27 | - |
| YUV | 165.47 | 158.77 | 60.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 203 | 220 | 0.68 | 0.08 | 0 | 0.14 | 186.85 | 0.68 | 0.57 |
| Hex | 47 | CB | DC | 44 | 8 | 0 | E | BB | 44 | 39 |
| Octal | 107 | 313 | 334 | 104 | 10 | 0 | 16 | 273 | 104 | 71 |
| Binary | 1000111 | 11001011 | 11011100 | 1000100 | 1000 | 0 | 1110 | 10111011 | 1000100 | 111001 |
Color Harmonies of #47CBDC
Complementary color
Monochromatic Colors of #47CBDC
Black with #47CBDC
Text Example
Text Example
White with #47CBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47CBDC; }
p { color: rgb(71,203,220); }
H1.HeaderClassName
{
color: #47CBDC;
}
.AnyTagClassName
{
color: #47CBDC;
}
</style>
background-color css
<style>
a { background-color: #47CBDC; }
a { background-color: rgb(71,203,220); }
div.DivClassName
{
background-color: #47CBDC;
}
.BgClassName
{
background-color: #47CBDC;
}
</style>
border-color css
<style>
span { border-color: #47CBDC; }
span { border-color: rgb(71,203,220); }
td.TdClassName
{
border-color: #47CBDC;
}
.TagClassName
{
border-color: #47CBDC;
}
</style>