Shades of Turquoise Blue #47DCFD
Tints of Turquoise Blue #47DCFD
RGB
CMYK
RGB Variations
Color information
#47DCFD (or 0x47DCFD) is known color: Turquoise Blue. HEX triplet: 47, DC and FD. RGB value is (71,220,253). Sum of RGB (Red+Green+Blue) = 71+220+253=544 (72% of max value = 765). Red value is 71 (28.12% from 255 or 13.05% from 544); Green value is 220 (86.33% from 255 or 40.44% from 544); Blue value is 253 (99.22% from 255 or 46.51% from 544); Max value from RGB is 253 - color contains mainly: blue. Hex color #47DCFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47DCFD is #B82302. Grayscale: #B2B2B2. Windows color (decimal): -12067587 or 16636999. OLE color: 16636999.
HSL color Cylindrical-coordinate representation of color #47DCFD: hue angle of 190.88º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47DCFD is Cyan = 0.72, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 71 | 220 | 253 | - |
| CMYK | 0.72 | 0.13 | 0 | 0.01 |
| HSL | 190.88º | 0.98% | 0.64% | - |
| HSV(B) | 190.88º | 0.72% | 0.99% | - |
| XYZ | 45.92 | 59.62 | 102.02 | - |
| YUV | 179.21 | 169.64 | 50.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 220 | 253 | 0.72 | 0.13 | 0 | 0.01 | 190.88 | 0.98 | 0.64 |
| Hex | 47 | DC | FD | 48 | D | 0 | 1 | BF | 62 | 40 |
| Octal | 107 | 334 | 375 | 110 | 15 | 0 | 1 | 277 | 142 | 100 |
| Binary | 1000111 | 11011100 | 11111101 | 1001000 | 1101 | 0 | 1 | 10111111 | 1100010 | 1000000 |
Color Harmonies of #47DCFD
Complementary color
Monochromatic Colors of #47DCFD
Black with #47DCFD
Text Example
Text Example
White with #47DCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47DCFD; }
p { color: rgb(71,220,253); }
H1.HeaderClassName
{
color: #47DCFD;
}
.AnyTagClassName
{
color: #47DCFD;
}
</style>
background-color css
<style>
a { background-color: #47DCFD; }
a { background-color: rgb(71,220,253); }
div.DivClassName
{
background-color: #47DCFD;
}
.BgClassName
{
background-color: #47DCFD;
}
</style>
border-color css
<style>
span { border-color: #47DCFD; }
span { border-color: rgb(71,220,253); }
td.TdClassName
{
border-color: #47DCFD;
}
.TagClassName
{
border-color: #47DCFD;
}
</style>