Shades of Turquoise Blue #47DCFF
Tints of Turquoise Blue #47DCFF
RGB
CMYK
RGB Variations
Color information
#47DCFF (or 0x47DCFF) is known color: Turquoise Blue. HEX triplet: 47, DC and FF. RGB value is (71,220,255). Sum of RGB (Red+Green+Blue) = 71+220+255=546 (72% of max value = 765). Red value is 71 (28.12% from 255 or 13.00% from 546); Green value is 220 (86.33% from 255 or 40.29% from 546); Blue value is 255 (100% from 255 or 46.70% from 546); Max value from RGB is 255 - color contains mainly: blue. Hex color #47DCFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47DCFF is #B82300. Grayscale: #B3B3B3. Windows color (decimal): -12067585 or 16768071. OLE color: 16768071.
HSL color Cylindrical-coordinate representation of color #47DCFF: hue angle of 191.41º 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 #47DCFF is Cyan = 0.72, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 71 | 220 | 255 | - |
| CMYK | 0.72 | 0.14 | 0 | 0 |
| HSL | 191.41º | 1% | 0.64% | - |
| HSV(B) | 191.41º | 0.72% | 1% | - |
| XYZ | 46.24 | 59.75 | 103.7 | - |
| YUV | 179.44 | 170.64 | 50.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 220 | 255 | 0.72 | 0.14 | 0 | 0 | 191.41 | 1 | 0.64 |
| Hex | 47 | DC | FF | 48 | E | 0 | 0 | BF | 64 | 40 |
| Octal | 107 | 334 | 377 | 110 | 16 | 0 | 0 | 277 | 144 | 100 |
| Binary | 1000111 | 11011100 | 11111111 | 1001000 | 1110 | 0 | 0 | 10111111 | 1100100 | 1000000 |
Color Harmonies of #47DCFF
Complementary color
Monochromatic Colors of #47DCFF
Black with #47DCFF
Text Example
Text Example
White with #47DCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47DCFF; }
p { color: rgb(71,220,255); }
H1.HeaderClassName
{
color: #47DCFF;
}
.AnyTagClassName
{
color: #47DCFF;
}
</style>
background-color css
<style>
a { background-color: #47DCFF; }
a { background-color: rgb(71,220,255); }
div.DivClassName
{
background-color: #47DCFF;
}
.BgClassName
{
background-color: #47DCFF;
}
</style>
border-color css
<style>
span { border-color: #47DCFF; }
span { border-color: rgb(71,220,255); }
td.TdClassName
{
border-color: #47DCFF;
}
.TagClassName
{
border-color: #47DCFF;
}
</style>