Shades of Turquoise #47DEDD
Tints of Turquoise #47DEDD
RGB
CMYK
RGB Variations
Color information
#47DEDD (or 0x47DEDD) is known color: Turquoise. HEX triplet: 47, DE and DD. RGB value is (71,222,221). Sum of RGB (Red+Green+Blue) = 71+222+221=514 (68% of max value = 765). Red value is 71 (28.12% from 255 or 13.81% from 514); Green value is 222 (87.11% from 255 or 43.19% from 514); Blue value is 221 (86.72% from 255 or 43.00% from 514); Max value from RGB is 222 - color contains mainly: green. Hex color #47DEDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47DEDD is #B82122. Grayscale: #B0B0B0. Windows color (decimal): -12067107 or 14540359. OLE color: 14540359.
HSL color Cylindrical-coordinate representation of color #47DEDD: hue angle of 179.6º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47DEDD is Cyan = 0.68, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 71 | 222 | 221 | - |
| CMYK | 0.68 | 0 | 0.00 | 0.13 |
| HSL | 179.6º | 0.7% | 0.57% | - |
| HSV(B) | 179.6º | 0.68% | 0.87% | - |
| XYZ | 41.77 | 58.8 | 77.56 | - |
| YUV | 176.74 | 152.97 | 52.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 222 | 221 | 0.68 | 0 | 0.00 | 0.13 | 179.6 | 0.7 | 0.57 |
| Hex | 47 | DE | DD | 44 | 0 | 0 | D | B4 | 46 | 39 |
| Octal | 107 | 336 | 335 | 104 | 0 | 0 | 15 | 264 | 106 | 71 |
| Binary | 1000111 | 11011110 | 11011101 | 1000100 | 0 | 0 | 1101 | 10110100 | 1000110 | 111001 |
Color Harmonies of #47DEDD
Complementary color
Monochromatic Colors of #47DEDD
Black with #47DEDD
Text Example
Text Example
White with #47DEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47DEDD; }
p { color: rgb(71,222,221); }
H1.HeaderClassName
{
color: #47DEDD;
}
.AnyTagClassName
{
color: #47DEDD;
}
</style>
background-color css
<style>
a { background-color: #47DEDD; }
a { background-color: rgb(71,222,221); }
div.DivClassName
{
background-color: #47DEDD;
}
.BgClassName
{
background-color: #47DEDD;
}
</style>
border-color css
<style>
span { border-color: #47DEDD; }
span { border-color: rgb(71,222,221); }
td.TdClassName
{
border-color: #47DEDD;
}
.TagClassName
{
border-color: #47DEDD;
}
</style>