Shades of Turquoise Blue #47DEFF
Tints of Turquoise Blue #47DEFF
RGB
CMYK
RGB Variations
Color information
#47DEFF (or 0x47DEFF) is known color: Turquoise Blue. HEX triplet: 47, DE and FF. RGB value is (71,222,255). Sum of RGB (Red+Green+Blue) = 71+222+255=548 (72% of max value = 765). Red value is 71 (28.12% from 255 or 12.96% from 548); Green value is 222 (87.11% from 255 or 40.51% from 548); Blue value is 255 (100% from 255 or 46.53% from 548); Max value from RGB is 255 - color contains mainly: blue. Hex color #47DEFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47DEFF is #B82100. Grayscale: #B4B4B4. Windows color (decimal): -12067073 or 16768583. OLE color: 16768583.
HSL color Cylindrical-coordinate representation of color #47DEFF: hue angle of 190.76º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47DEFF is Cyan = 0.72, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 71 | 222 | 255 | - |
| CMYK | 0.72 | 0.13 | 0 | 0 |
| HSL | 190.76º | 1% | 0.64% | - |
| HSV(B) | 190.76º | 0.72% | 1% | - |
| XYZ | 46.77 | 60.8 | 103.88 | - |
| YUV | 180.61 | 169.97 | 49.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 222 | 255 | 0.72 | 0.13 | 0 | 0 | 190.76 | 1 | 0.64 |
| Hex | 47 | DE | FF | 48 | D | 0 | 0 | BF | 64 | 40 |
| Octal | 107 | 336 | 377 | 110 | 15 | 0 | 0 | 277 | 144 | 100 |
| Binary | 1000111 | 11011110 | 11111111 | 1001000 | 1101 | 0 | 0 | 10111111 | 1100100 | 1000000 |
Color Harmonies of #47DEFF
Complementary color
Monochromatic Colors of #47DEFF
Black with #47DEFF
Text Example
Text Example
White with #47DEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47DEFF; }
p { color: rgb(71,222,255); }
H1.HeaderClassName
{
color: #47DEFF;
}
.AnyTagClassName
{
color: #47DEFF;
}
</style>
background-color css
<style>
a { background-color: #47DEFF; }
a { background-color: rgb(71,222,255); }
div.DivClassName
{
background-color: #47DEFF;
}
.BgClassName
{
background-color: #47DEFF;
}
</style>
border-color css
<style>
span { border-color: #47DEFF; }
span { border-color: rgb(71,222,255); }
td.TdClassName
{
border-color: #47DEFF;
}
.TagClassName
{
border-color: #47DEFF;
}
</style>