Shades of Turquoise Blue #47D0FF
Tints of Turquoise Blue #47D0FF
RGB
CMYK
RGB Variations
Color information
#47D0FF (or 0x47D0FF) is known color: Turquoise Blue. HEX triplet: 47, D0 and FF. RGB value is (71,208,255). Sum of RGB (Red+Green+Blue) = 71+208+255=534 (70% of max value = 765). Red value is 71 (28.12% from 255 or 13.30% from 534); Green value is 208 (81.64% from 255 or 38.95% from 534); Blue value is 255 (100% from 255 or 47.75% from 534); Max value from RGB is 255 - color contains mainly: blue. Hex color #47D0FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47D0FF is #B82F00. Grayscale: #ACACAC. Windows color (decimal): -12070657 or 16764999. OLE color: 16764999.
HSL color Cylindrical-coordinate representation of color #47D0FF: hue angle of 195.33º 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 #47D0FF is Cyan = 0.72, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 71 | 208 | 255 | - |
| CMYK | 0.72 | 0.18 | 0 | 0 |
| HSL | 195.33º | 1% | 0.64% | - |
| HSV(B) | 195.33º | 0.72% | 1% | - |
| XYZ | 43.2 | 53.67 | 102.69 | - |
| YUV | 172.4 | 174.61 | 55.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 208 | 255 | 0.72 | 0.18 | 0 | 0 | 195.33 | 1 | 0.64 |
| Hex | 47 | D0 | FF | 48 | 12 | 0 | 0 | C3 | 64 | 40 |
| Octal | 107 | 320 | 377 | 110 | 22 | 0 | 0 | 303 | 144 | 100 |
| Binary | 1000111 | 11010000 | 11111111 | 1001000 | 10010 | 0 | 0 | 11000011 | 1100100 | 1000000 |
Color Harmonies of #47D0FF
Complementary color
Monochromatic Colors of #47D0FF
Black with #47D0FF
Text Example
Text Example
White with #47D0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47D0FF; }
p { color: rgb(71,208,255); }
H1.HeaderClassName
{
color: #47D0FF;
}
.AnyTagClassName
{
color: #47D0FF;
}
</style>
background-color css
<style>
a { background-color: #47D0FF; }
a { background-color: rgb(71,208,255); }
div.DivClassName
{
background-color: #47D0FF;
}
.BgClassName
{
background-color: #47D0FF;
}
</style>
border-color css
<style>
span { border-color: #47D0FF; }
span { border-color: rgb(71,208,255); }
td.TdClassName
{
border-color: #47D0FF;
}
.TagClassName
{
border-color: #47D0FF;
}
</style>