Shades of Medium Turquoise #47CED8
Tints of Medium Turquoise #47CED8
RGB
CMYK
RGB Variations
Color information
#47CED8 (or 0x47CED8) is known color: Medium Turquoise. HEX triplet: 47, CE and D8. RGB value is (71,206,216). Sum of RGB (Red+Green+Blue) = 71+206+216=493 (65% of max value = 765). Red value is 71 (28.12% from 255 or 14.40% from 493); Green value is 206 (80.86% from 255 or 41.78% from 493); Blue value is 216 (84.77% from 255 or 43.81% from 493); Max value from RGB is 216 - color contains mainly: blue. Hex color #47CED8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47CED8 is #B83127. Grayscale: #A6A6A6. Windows color (decimal): -12071208 or 14208583. OLE color: 14208583.
HSL color Cylindrical-coordinate representation of color #47CED8: hue angle of 184.14º 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 #47CED8 is Cyan = 0.67, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 71 | 206 | 216 | - |
| CMYK | 0.67 | 0.05 | 0 | 0.15 |
| HSL | 184.14º | 0.65% | 0.56% | - |
| HSV(B) | 184.14º | 0.67% | 0.85% | - |
| XYZ | 37.06 | 50.44 | 72.75 | - |
| YUV | 166.78 | 155.77 | 59.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 206 | 216 | 0.67 | 0.05 | 0 | 0.15 | 184.14 | 0.65 | 0.56 |
| Hex | 47 | CE | D8 | 43 | 5 | 0 | F | B8 | 41 | 38 |
| Octal | 107 | 316 | 330 | 103 | 5 | 0 | 17 | 270 | 101 | 70 |
| Binary | 1000111 | 11001110 | 11011000 | 1000011 | 101 | 0 | 1111 | 10111000 | 1000001 | 111000 |
Color Harmonies of #47CED8
Complementary color
Monochromatic Colors of #47CED8
Black with #47CED8
Text Example
Text Example
White with #47CED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47CED8; }
p { color: rgb(71,206,216); }
H1.HeaderClassName
{
color: #47CED8;
}
.AnyTagClassName
{
color: #47CED8;
}
</style>
background-color css
<style>
a { background-color: #47CED8; }
a { background-color: rgb(71,206,216); }
div.DivClassName
{
background-color: #47CED8;
}
.BgClassName
{
background-color: #47CED8;
}
</style>
border-color css
<style>
span { border-color: #47CED8; }
span { border-color: rgb(71,206,216); }
td.TdClassName
{
border-color: #47CED8;
}
.TagClassName
{
border-color: #47CED8;
}
</style>