Shades of Turquoise Blue #47D9FF
Tints of Turquoise Blue #47D9FF
RGB
CMYK
RGB Variations
Color information
#47D9FF (or 0x47D9FF) is known color: Turquoise Blue. HEX triplet: 47, D9 and FF. RGB value is (71,217,255). Sum of RGB (Red+Green+Blue) = 71+217+255=543 (71% of max value = 765). Red value is 71 (28.12% from 255 or 13.08% from 543); Green value is 217 (85.16% from 255 or 39.96% from 543); Blue value is 255 (100% from 255 or 46.96% from 543); Max value from RGB is 255 - color contains mainly: blue. Hex color #47D9FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47D9FF is #B82600. Grayscale: #B1B1B1. Windows color (decimal): -12068353 or 16767303. OLE color: 16767303.
HSL color Cylindrical-coordinate representation of color #47D9FF: hue angle of 192.39º 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 #47D9FF is Cyan = 0.72, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 71 | 217 | 255 | - |
| CMYK | 0.72 | 0.15 | 0 | 0 |
| HSL | 192.39º | 1% | 0.64% | - |
| HSV(B) | 192.39º | 0.72% | 1% | - |
| XYZ | 45.46 | 58.19 | 103.44 | - |
| YUV | 177.68 | 171.63 | 51.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 217 | 255 | 0.72 | 0.15 | 0 | 0 | 192.39 | 1 | 0.64 |
| Hex | 47 | D9 | FF | 48 | F | 0 | 0 | C0 | 64 | 40 |
| Octal | 107 | 331 | 377 | 110 | 17 | 0 | 0 | 300 | 144 | 100 |
| Binary | 1000111 | 11011001 | 11111111 | 1001000 | 1111 | 0 | 0 | 11000000 | 1100100 | 1000000 |
Color Harmonies of #47D9FF
Complementary color
Monochromatic Colors of #47D9FF
Black with #47D9FF
Text Example
Text Example
White with #47D9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47D9FF; }
p { color: rgb(71,217,255); }
H1.HeaderClassName
{
color: #47D9FF;
}
.AnyTagClassName
{
color: #47D9FF;
}
</style>
background-color css
<style>
a { background-color: #47D9FF; }
a { background-color: rgb(71,217,255); }
div.DivClassName
{
background-color: #47D9FF;
}
.BgClassName
{
background-color: #47D9FF;
}
</style>
border-color css
<style>
span { border-color: #47D9FF; }
span { border-color: rgb(71,217,255); }
td.TdClassName
{
border-color: #47D9FF;
}
.TagClassName
{
border-color: #47D9FF;
}
</style>