Shades of Turquoise #47DDEF
Tints of Turquoise #47DDEF
RGB
CMYK
RGB Variations
Color information
#47DDEF (or 0x47DDEF) is known color: Turquoise. HEX triplet: 47, DD and EF. RGB value is (71,221,239). Sum of RGB (Red+Green+Blue) = 71+221+239=531 (70% of max value = 765). Red value is 71 (28.12% from 255 or 13.37% from 531); Green value is 221 (86.72% from 255 or 41.62% from 531); Blue value is 239 (93.75% from 255 or 45.01% from 531); Max value from RGB is 239 - color contains mainly: blue. Hex color #47DDEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47DDEF is #B82210. Grayscale: #B1B1B1. Windows color (decimal): -12067345 or 15719751. OLE color: 15719751.
HSL color Cylindrical-coordinate representation of color #47DDEF: hue angle of 186.43º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #47DDEF is Cyan = 0.70, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 71 | 221 | 239 | - |
| CMYK | 0.70 | 0.08 | 0 | 0.06 |
| HSL | 186.43º | 0.84% | 0.61% | - |
| HSV(B) | 186.43º | 0.7% | 0.94% | - |
| XYZ | 44.03 | 59.28 | 90.78 | - |
| YUV | 178.2 | 162.31 | 51.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 221 | 239 | 0.70 | 0.08 | 0 | 0.06 | 186.43 | 0.84 | 0.61 |
| Hex | 47 | DD | EF | 46 | 8 | 0 | 6 | BA | 54 | 3D |
| Octal | 107 | 335 | 357 | 106 | 10 | 0 | 6 | 272 | 124 | 75 |
| Binary | 1000111 | 11011101 | 11101111 | 1000110 | 1000 | 0 | 110 | 10111010 | 1010100 | 111101 |
Color Harmonies of #47DDEF
Complementary color
Monochromatic Colors of #47DDEF
Black with #47DDEF
Text Example
Text Example
White with #47DDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47DDEF; }
p { color: rgb(71,221,239); }
H1.HeaderClassName
{
color: #47DDEF;
}
.AnyTagClassName
{
color: #47DDEF;
}
</style>
background-color css
<style>
a { background-color: #47DDEF; }
a { background-color: rgb(71,221,239); }
div.DivClassName
{
background-color: #47DDEF;
}
.BgClassName
{
background-color: #47DDEF;
}
</style>
border-color css
<style>
span { border-color: #47DDEF; }
span { border-color: rgb(71,221,239); }
td.TdClassName
{
border-color: #47DDEF;
}
.TagClassName
{
border-color: #47DDEF;
}
</style>