Shades of Turquoise Blue #47DBFC
Tints of Turquoise Blue #47DBFC
RGB
CMYK
RGB Variations
Color information
#47DBFC (or 0x47DBFC) is known color: Turquoise Blue. HEX triplet: 47, DB and FC. RGB value is (71,219,252). Sum of RGB (Red+Green+Blue) = 71+219+252=542 (71% of max value = 765). Red value is 71 (28.12% from 255 or 13.10% from 542); Green value is 219 (85.94% from 255 or 40.41% from 542); Blue value is 252 (98.83% from 255 or 46.49% from 542); Max value from RGB is 252 - color contains mainly: blue. Hex color #47DBFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47DBFC is #B82403. Grayscale: #B2B2B2. Windows color (decimal): -12067844 or 16571207. OLE color: 16571207.
HSL color Cylindrical-coordinate representation of color #47DBFC: hue angle of 190.94º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47DBFC is Cyan = 0.72, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 71 | 219 | 252 | - |
| CMYK | 0.72 | 0.13 | 0 | 0.01 |
| HSL | 190.94º | 0.97% | 0.63% | - |
| HSV(B) | 190.94º | 0.72% | 0.99% | - |
| XYZ | 45.5 | 59.03 | 101.09 | - |
| YUV | 178.51 | 169.47 | 51.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 219 | 252 | 0.72 | 0.13 | 0 | 0.01 | 190.94 | 0.97 | 0.63 |
| Hex | 47 | DB | FC | 48 | D | 0 | 1 | BF | 61 | 3F |
| Octal | 107 | 333 | 374 | 110 | 15 | 0 | 1 | 277 | 141 | 77 |
| Binary | 1000111 | 11011011 | 11111100 | 1001000 | 1101 | 0 | 1 | 10111111 | 1100001 | 111111 |
Color Harmonies of #47DBFC
Complementary color
Monochromatic Colors of #47DBFC
Black with #47DBFC
Text Example
Text Example
White with #47DBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47DBFC; }
p { color: rgb(71,219,252); }
H1.HeaderClassName
{
color: #47DBFC;
}
.AnyTagClassName
{
color: #47DBFC;
}
</style>
background-color css
<style>
a { background-color: #47DBFC; }
a { background-color: rgb(71,219,252); }
div.DivClassName
{
background-color: #47DBFC;
}
.BgClassName
{
background-color: #47DBFC;
}
</style>
border-color css
<style>
span { border-color: #47DBFC; }
span { border-color: rgb(71,219,252); }
td.TdClassName
{
border-color: #47DBFC;
}
.TagClassName
{
border-color: #47DBFC;
}
</style>