Shades of Turquoise Blue #47D1FD
Tints of Turquoise Blue #47D1FD
RGB
CMYK
RGB Variations
Color information
#47D1FD (or 0x47D1FD) is known color: Turquoise Blue. HEX triplet: 47, D1 and FD. RGB value is (71,209,253). Sum of RGB (Red+Green+Blue) = 71+209+253=533 (70% of max value = 765). Red value is 71 (28.12% from 255 or 13.32% from 533); Green value is 209 (82.03% from 255 or 39.21% from 533); Blue value is 253 (99.22% from 255 or 47.47% from 533); Max value from RGB is 253 - color contains mainly: blue. Hex color #47D1FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47D1FD is #B82E02. Grayscale: #ACACAC. Windows color (decimal): -12070403 or 16634183. OLE color: 16634183.
HSL color Cylindrical-coordinate representation of color #47D1FD: hue angle of 194.51º 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 #47D1FD is Cyan = 0.72, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 71 | 209 | 253 | - |
| CMYK | 0.72 | 0.17 | 0 | 0.01 |
| HSL | 194.51º | 0.98% | 0.64% | - |
| HSV(B) | 194.51º | 0.72% | 0.99% | - |
| XYZ | 43.13 | 54.03 | 101.08 | - |
| YUV | 172.75 | 173.28 | 55.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 209 | 253 | 0.72 | 0.17 | 0 | 0.01 | 194.51 | 0.98 | 0.64 |
| Hex | 47 | D1 | FD | 48 | 11 | 0 | 1 | C3 | 62 | 40 |
| Octal | 107 | 321 | 375 | 110 | 21 | 0 | 1 | 303 | 142 | 100 |
| Binary | 1000111 | 11010001 | 11111101 | 1001000 | 10001 | 0 | 1 | 11000011 | 1100010 | 1000000 |
Color Harmonies of #47D1FD
Complementary color
Monochromatic Colors of #47D1FD
Black with #47D1FD
Text Example
Text Example
White with #47D1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47D1FD; }
p { color: rgb(71,209,253); }
H1.HeaderClassName
{
color: #47D1FD;
}
.AnyTagClassName
{
color: #47D1FD;
}
</style>
background-color css
<style>
a { background-color: #47D1FD; }
a { background-color: rgb(71,209,253); }
div.DivClassName
{
background-color: #47D1FD;
}
.BgClassName
{
background-color: #47D1FD;
}
</style>
border-color css
<style>
span { border-color: #47D1FD; }
span { border-color: rgb(71,209,253); }
td.TdClassName
{
border-color: #47D1FD;
}
.TagClassName
{
border-color: #47D1FD;
}
</style>