Shades of Turquoise Blue #47D1FF
Tints of Turquoise Blue #47D1FF
RGB
CMYK
RGB Variations
Color information
#47D1FF (or 0x47D1FF) is known color: Turquoise Blue. HEX triplet: 47, D1 and FF. RGB value is (71,209,255). Sum of RGB (Red+Green+Blue) = 71+209+255=535 (70% of max value = 765). Red value is 71 (28.12% from 255 or 13.27% from 535); Green value is 209 (82.03% from 255 or 39.07% from 535); Blue value is 255 (100% from 255 or 47.66% from 535); Max value from RGB is 255 - color contains mainly: blue. Hex color #47D1FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47D1FF is #B82E00. Grayscale: #ACACAC. Windows color (decimal): -12070401 or 16765255. OLE color: 16765255.
HSL color Cylindrical-coordinate representation of color #47D1FF: hue angle of 195º 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 #47D1FF is Cyan = 0.72, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 71 | 209 | 255 | - |
| CMYK | 0.72 | 0.18 | 0 | 0 |
| HSL | 195º | 1% | 0.64% | - |
| HSV(B) | 195º | 0.72% | 1% | - |
| XYZ | 43.45 | 54.16 | 102.77 | - |
| YUV | 172.98 | 174.28 | 55.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 209 | 255 | 0.72 | 0.18 | 0 | 0 | 195 | 1 | 0.64 |
| Hex | 47 | D1 | FF | 48 | 12 | 0 | 0 | C3 | 64 | 40 |
| Octal | 107 | 321 | 377 | 110 | 22 | 0 | 0 | 303 | 144 | 100 |
| Binary | 1000111 | 11010001 | 11111111 | 1001000 | 10010 | 0 | 0 | 11000011 | 1100100 | 1000000 |
Color Harmonies of #47D1FF
Complementary color
Monochromatic Colors of #47D1FF
Black with #47D1FF
Text Example
Text Example
White with #47D1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47D1FF; }
p { color: rgb(71,209,255); }
H1.HeaderClassName
{
color: #47D1FF;
}
.AnyTagClassName
{
color: #47D1FF;
}
</style>
background-color css
<style>
a { background-color: #47D1FF; }
a { background-color: rgb(71,209,255); }
div.DivClassName
{
background-color: #47D1FF;
}
.BgClassName
{
background-color: #47D1FF;
}
</style>
border-color css
<style>
span { border-color: #47D1FF; }
span { border-color: rgb(71,209,255); }
td.TdClassName
{
border-color: #47D1FF;
}
.TagClassName
{
border-color: #47D1FF;
}
</style>