Shades of Turquoise #47DBE4
Tints of Turquoise #47DBE4
RGB
CMYK
RGB Variations
Color information
#47DBE4 (or 0x47DBE4) is known color: Turquoise. HEX triplet: 47, DB and E4. RGB value is (71,219,228). Sum of RGB (Red+Green+Blue) = 71+219+228=518 (68% of max value = 765). Red value is 71 (28.12% from 255 or 13.71% from 518); Green value is 219 (85.94% from 255 or 42.28% from 518); Blue value is 228 (89.45% from 255 or 44.02% from 518); Max value from RGB is 228 - color contains mainly: blue. Hex color #47DBE4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47DBE4 is #B8241B. Grayscale: #AFAFAF. Windows color (decimal): -12067868 or 14998343. OLE color: 14998343.
HSL color Cylindrical-coordinate representation of color #47DBE4: hue angle of 183.44º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #47DBE4 is Cyan = 0.69, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 71 | 219 | 228 | - |
| CMYK | 0.69 | 0.04 | 0 | 0.11 |
| HSL | 183.44º | 0.74% | 0.59% | - |
| HSV(B) | 183.44º | 0.69% | 0.89% | - |
| XYZ | 41.93 | 57.6 | 82.31 | - |
| YUV | 175.77 | 157.47 | 53.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 219 | 228 | 0.69 | 0.04 | 0 | 0.11 | 183.44 | 0.74 | 0.59 |
| Hex | 47 | DB | E4 | 45 | 4 | 0 | B | B7 | 4A | 3B |
| Octal | 107 | 333 | 344 | 105 | 4 | 0 | 13 | 267 | 112 | 73 |
| Binary | 1000111 | 11011011 | 11100100 | 1000101 | 100 | 0 | 1011 | 10110111 | 1001010 | 111011 |
Color Harmonies of #47DBE4
Complementary color
Monochromatic Colors of #47DBE4
Black with #47DBE4
Text Example
Text Example
White with #47DBE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47DBE4; }
p { color: rgb(71,219,228); }
H1.HeaderClassName
{
color: #47DBE4;
}
.AnyTagClassName
{
color: #47DBE4;
}
</style>
background-color css
<style>
a { background-color: #47DBE4; }
a { background-color: rgb(71,219,228); }
div.DivClassName
{
background-color: #47DBE4;
}
.BgClassName
{
background-color: #47DBE4;
}
</style>
border-color css
<style>
span { border-color: #47DBE4; }
span { border-color: rgb(71,219,228); }
td.TdClassName
{
border-color: #47DBE4;
}
.TagClassName
{
border-color: #47DBE4;
}
</style>