Shades of Medium Turquoise #47CEDB
Tints of Medium Turquoise #47CEDB
RGB
CMYK
RGB Variations
Color information
#47CEDB (or 0x47CEDB) is known color: Medium Turquoise. HEX triplet: 47, CE and DB. RGB value is (71,206,219). Sum of RGB (Red+Green+Blue) = 71+206+219=496 (65% of max value = 765). Red value is 71 (28.12% from 255 or 14.31% from 496); Green value is 206 (80.86% from 255 or 41.53% from 496); Blue value is 219 (85.94% from 255 or 44.15% from 496); Max value from RGB is 219 - color contains mainly: blue. Hex color #47CEDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47CEDB is #B83124. Grayscale: #A6A6A6. Windows color (decimal): -12071205 or 14405191. OLE color: 14405191.
HSL color Cylindrical-coordinate representation of color #47CEDB: hue angle of 185.27º 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 #47CEDB is Cyan = 0.68, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 71 | 206 | 219 | - |
| CMYK | 0.68 | 0.06 | 0 | 0.14 |
| HSL | 185.27º | 0.67% | 0.57% | - |
| HSV(B) | 185.27º | 0.68% | 0.86% | - |
| XYZ | 37.46 | 50.6 | 74.81 | - |
| YUV | 167.12 | 157.27 | 59.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 206 | 219 | 0.68 | 0.06 | 0 | 0.14 | 185.27 | 0.67 | 0.57 |
| Hex | 47 | CE | DB | 44 | 6 | 0 | E | B9 | 43 | 39 |
| Octal | 107 | 316 | 333 | 104 | 6 | 0 | 16 | 271 | 103 | 71 |
| Binary | 1000111 | 11001110 | 11011011 | 1000100 | 110 | 0 | 1110 | 10111001 | 1000011 | 111001 |
Color Harmonies of #47CEDB
Complementary color
Monochromatic Colors of #47CEDB
Black with #47CEDB
Text Example
Text Example
White with #47CEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47CEDB; }
p { color: rgb(71,206,219); }
H1.HeaderClassName
{
color: #47CEDB;
}
.AnyTagClassName
{
color: #47CEDB;
}
</style>
background-color css
<style>
a { background-color: #47CEDB; }
a { background-color: rgb(71,206,219); }
div.DivClassName
{
background-color: #47CEDB;
}
.BgClassName
{
background-color: #47CEDB;
}
</style>
border-color css
<style>
span { border-color: #47CEDB; }
span { border-color: rgb(71,206,219); }
td.TdClassName
{
border-color: #47CEDB;
}
.TagClassName
{
border-color: #47CEDB;
}
</style>