Shades of Medium Turquoise #47CCD8
Tints of Medium Turquoise #47CCD8
RGB
CMYK
RGB Variations
Color information
#47CCD8 (or 0x47CCD8) is known color: Medium Turquoise. HEX triplet: 47, CC and D8. RGB value is (71,204,216). Sum of RGB (Red+Green+Blue) = 71+204+216=491 (65% of max value = 765). Red value is 71 (28.12% from 255 or 14.46% from 491); Green value is 204 (80.08% from 255 or 41.55% from 491); Blue value is 216 (84.77% from 255 or 43.99% from 491); Max value from RGB is 216 - color contains mainly: blue. Hex color #47CCD8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47CCD8 is #B83327. Grayscale: #A5A5A5. Windows color (decimal): -12071720 or 14208071. OLE color: 14208071.
HSL color Cylindrical-coordinate representation of color #47CCD8: hue angle of 184.97º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #47CCD8 is Cyan = 0.67, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 71 | 204 | 216 | - |
| CMYK | 0.67 | 0.06 | 0 | 0.15 |
| HSL | 184.97º | 0.65% | 0.56% | - |
| HSV(B) | 184.97º | 0.67% | 0.85% | - |
| XYZ | 36.59 | 49.48 | 72.59 | - |
| YUV | 165.6 | 156.44 | 60.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 204 | 216 | 0.67 | 0.06 | 0 | 0.15 | 184.97 | 0.65 | 0.56 |
| Hex | 47 | CC | D8 | 43 | 6 | 0 | F | B9 | 41 | 38 |
| Octal | 107 | 314 | 330 | 103 | 6 | 0 | 17 | 271 | 101 | 70 |
| Binary | 1000111 | 11001100 | 11011000 | 1000011 | 110 | 0 | 1111 | 10111001 | 1000001 | 111000 |
Color Harmonies of #47CCD8
Complementary color
Monochromatic Colors of #47CCD8
Black with #47CCD8
Text Example
Text Example
White with #47CCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47CCD8; }
p { color: rgb(71,204,216); }
H1.HeaderClassName
{
color: #47CCD8;
}
.AnyTagClassName
{
color: #47CCD8;
}
</style>
background-color css
<style>
a { background-color: #47CCD8; }
a { background-color: rgb(71,204,216); }
div.DivClassName
{
background-color: #47CCD8;
}
.BgClassName
{
background-color: #47CCD8;
}
</style>
border-color css
<style>
span { border-color: #47CCD8; }
span { border-color: rgb(71,204,216); }
td.TdClassName
{
border-color: #47CCD8;
}
.TagClassName
{
border-color: #47CCD8;
}
</style>