Shades of Turquoise Blue #47D8FD
Tints of Turquoise Blue #47D8FD
RGB
CMYK
RGB Variations
Color information
#47D8FD (or 0x47D8FD) is known color: Turquoise Blue. HEX triplet: 47, D8 and FD. RGB value is (71,216,253). Sum of RGB (Red+Green+Blue) = 71+216+253=540 (71% of max value = 765). Red value is 71 (28.12% from 255 or 13.15% from 540); Green value is 216 (84.77% from 255 or 40% from 540); Blue value is 253 (99.22% from 255 or 46.85% from 540); Max value from RGB is 253 - color contains mainly: blue. Hex color #47D8FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47D8FD is #B82702. Grayscale: #B0B0B0. Windows color (decimal): -12068611 or 16635975. OLE color: 16635975.
HSL color Cylindrical-coordinate representation of color #47D8FD: hue angle of 192.2º 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 #47D8FD is Cyan = 0.72, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 71 | 216 | 253 | - |
| CMYK | 0.72 | 0.15 | 0 | 0.01 |
| HSL | 192.2º | 0.98% | 0.64% | - |
| HSV(B) | 192.2º | 0.72% | 0.99% | - |
| XYZ | 44.88 | 57.54 | 101.67 | - |
| YUV | 176.86 | 170.96 | 52.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 216 | 253 | 0.72 | 0.15 | 0 | 0.01 | 192.2 | 0.98 | 0.64 |
| Hex | 47 | D8 | FD | 48 | F | 0 | 1 | C0 | 62 | 40 |
| Octal | 107 | 330 | 375 | 110 | 17 | 0 | 1 | 300 | 142 | 100 |
| Binary | 1000111 | 11011000 | 11111101 | 1001000 | 1111 | 0 | 1 | 11000000 | 1100010 | 1000000 |
Color Harmonies of #47D8FD
Complementary color
Monochromatic Colors of #47D8FD
Black with #47D8FD
Text Example
Text Example
White with #47D8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47D8FD; }
p { color: rgb(71,216,253); }
H1.HeaderClassName
{
color: #47D8FD;
}
.AnyTagClassName
{
color: #47D8FD;
}
</style>
background-color css
<style>
a { background-color: #47D8FD; }
a { background-color: rgb(71,216,253); }
div.DivClassName
{
background-color: #47D8FD;
}
.BgClassName
{
background-color: #47D8FD;
}
</style>
border-color css
<style>
span { border-color: #47D8FD; }
span { border-color: rgb(71,216,253); }
td.TdClassName
{
border-color: #47D8FD;
}
.TagClassName
{
border-color: #47D8FD;
}
</style>