Shades of Turquoise Blue #47DBF0
Tints of Turquoise Blue #47DBF0
RGB
CMYK
RGB Variations
Color information
#47DBF0 (or 0x47DBF0) is known color: Turquoise Blue. HEX triplet: 47, DB and F0. RGB value is (71,219,240). Sum of RGB (Red+Green+Blue) = 71+219+240=530 (70% of max value = 765). Red value is 71 (28.12% from 255 or 13.40% from 530); Green value is 219 (85.94% from 255 or 41.32% from 530); Blue value is 240 (94.14% from 255 or 45.28% from 530); Max value from RGB is 240 - color contains mainly: blue. Hex color #47DBF0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47DBF0 is #B8240F. Grayscale: #B0B0B0. Windows color (decimal): -12067856 or 15784775. OLE color: 15784775.
HSL color Cylindrical-coordinate representation of color #47DBF0: hue angle of 187.46º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #47DBF0 is Cyan = 0.70, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 71 | 219 | 240 | - |
| CMYK | 0.70 | 0.09 | 0 | 0.06 |
| HSL | 187.46º | 0.85% | 0.61% | - |
| HSV(B) | 187.46º | 0.7% | 0.94% | - |
| XYZ | 43.66 | 58.29 | 91.39 | - |
| YUV | 177.14 | 163.47 | 52.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 219 | 240 | 0.70 | 0.09 | 0 | 0.06 | 187.46 | 0.85 | 0.61 |
| Hex | 47 | DB | F0 | 46 | 9 | 0 | 6 | BB | 55 | 3D |
| Octal | 107 | 333 | 360 | 106 | 11 | 0 | 6 | 273 | 125 | 75 |
| Binary | 1000111 | 11011011 | 11110000 | 1000110 | 1001 | 0 | 110 | 10111011 | 1010101 | 111101 |
Color Harmonies of #47DBF0
Complementary color
Monochromatic Colors of #47DBF0
Black with #47DBF0
Text Example
Text Example
White with #47DBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47DBF0; }
p { color: rgb(71,219,240); }
H1.HeaderClassName
{
color: #47DBF0;
}
.AnyTagClassName
{
color: #47DBF0;
}
</style>
background-color css
<style>
a { background-color: #47DBF0; }
a { background-color: rgb(71,219,240); }
div.DivClassName
{
background-color: #47DBF0;
}
.BgClassName
{
background-color: #47DBF0;
}
</style>
border-color css
<style>
span { border-color: #47DBF0; }
span { border-color: rgb(71,219,240); }
td.TdClassName
{
border-color: #47DBF0;
}
.TagClassName
{
border-color: #47DBF0;
}
</style>