Shades of Turquoise #47EDDB
Tints of Turquoise #47EDDB
RGB
CMYK
RGB Variations
Color information
#47EDDB (or 0x47EDDB) is known color: Turquoise. HEX triplet: 47, ED and DB. RGB value is (71,237,219). Sum of RGB (Red+Green+Blue) = 71+237+219=527 (69% of max value = 765). Red value is 71 (28.12% from 255 or 13.47% from 527); Green value is 237 (92.97% from 255 or 44.97% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 237 - color contains mainly: green. Hex color #47EDDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47EDDB is #B81224. Grayscale: #B9B9B9. Windows color (decimal): -12063269 or 14413127. OLE color: 14413127.
HSL color Cylindrical-coordinate representation of color #47EDDB: hue angle of 173.49º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #47EDDB is Cyan = 0.70, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 71 | 237 | 219 | - |
| CMYK | 0.70 | 0 | 0.08 | 0.07 |
| HSL | 173.49º | 0.82% | 0.6% | - |
| HSV(B) | 173.49º | 0.7% | 0.93% | - |
| XYZ | 45.67 | 67.02 | 77.55 | - |
| YUV | 185.31 | 147 | 46.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 237 | 219 | 0.70 | 0 | 0.08 | 0.07 | 173.49 | 0.82 | 0.6 |
| Hex | 47 | ED | DB | 46 | 0 | 8 | 7 | AD | 52 | 3C |
| Octal | 107 | 355 | 333 | 106 | 0 | 10 | 7 | 255 | 122 | 74 |
| Binary | 1000111 | 11101101 | 11011011 | 1000110 | 0 | 1000 | 111 | 10101101 | 1010010 | 111100 |
Color Harmonies of #47EDDB
Complementary color
Monochromatic Colors of #47EDDB
Black with #47EDDB
Text Example
Text Example
White with #47EDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47EDDB; }
p { color: rgb(71,237,219); }
H1.HeaderClassName
{
color: #47EDDB;
}
.AnyTagClassName
{
color: #47EDDB;
}
</style>
background-color css
<style>
a { background-color: #47EDDB; }
a { background-color: rgb(71,237,219); }
div.DivClassName
{
background-color: #47EDDB;
}
.BgClassName
{
background-color: #47EDDB;
}
</style>
border-color css
<style>
span { border-color: #47EDDB; }
span { border-color: rgb(71,237,219); }
td.TdClassName
{
border-color: #47EDDB;
}
.TagClassName
{
border-color: #47EDDB;
}
</style>