Shades of Turquoise #47DBE6
Tints of Turquoise #47DBE6
RGB
CMYK
RGB Variations
Color information
#47DBE6 (or 0x47DBE6) is known color: Turquoise. HEX triplet: 47, DB and E6. RGB value is (71,219,230). Sum of RGB (Red+Green+Blue) = 71+219+230=520 (68% of max value = 765). Red value is 71 (28.12% from 255 or 13.65% from 520); Green value is 219 (85.94% from 255 or 42.12% from 520); Blue value is 230 (90.23% from 255 or 44.23% from 520); Max value from RGB is 230 - color contains mainly: blue. Hex color #47DBE6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47DBE6 is #B82419. Grayscale: #AFAFAF. Windows color (decimal): -12067866 or 15129415. OLE color: 15129415.
HSL color Cylindrical-coordinate representation of color #47DBE6: hue angle of 184.15º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #47DBE6 is Cyan = 0.69, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 71 | 219 | 230 | - |
| CMYK | 0.69 | 0.05 | 0 | 0.10 |
| HSL | 184.15º | 0.76% | 0.59% | - |
| HSV(B) | 184.15º | 0.69% | 0.9% | - |
| XYZ | 42.21 | 57.72 | 83.78 | - |
| YUV | 176 | 158.47 | 53.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 219 | 230 | 0.69 | 0.05 | 0 | 0.10 | 184.15 | 0.76 | 0.59 |
| Hex | 47 | DB | E6 | 45 | 5 | 0 | A | B8 | 4C | 3B |
| Octal | 107 | 333 | 346 | 105 | 5 | 0 | 12 | 270 | 114 | 73 |
| Binary | 1000111 | 11011011 | 11100110 | 1000101 | 101 | 0 | 1010 | 10111000 | 1001100 | 111011 |
Color Harmonies of #47DBE6
Complementary color
Monochromatic Colors of #47DBE6
Black with #47DBE6
Text Example
Text Example
White with #47DBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47DBE6; }
p { color: rgb(71,219,230); }
H1.HeaderClassName
{
color: #47DBE6;
}
.AnyTagClassName
{
color: #47DBE6;
}
</style>
background-color css
<style>
a { background-color: #47DBE6; }
a { background-color: rgb(71,219,230); }
div.DivClassName
{
background-color: #47DBE6;
}
.BgClassName
{
background-color: #47DBE6;
}
</style>
border-color css
<style>
span { border-color: #47DBE6; }
span { border-color: rgb(71,219,230); }
td.TdClassName
{
border-color: #47DBE6;
}
.TagClassName
{
border-color: #47DBE6;
}
</style>