Shades of Turquoise Blue #47DBFE
Tints of Turquoise Blue #47DBFE
RGB
CMYK
RGB Variations
Color information
#47DBFE (or 0x47DBFE) is known color: Turquoise Blue. HEX triplet: 47, DB and FE. RGB value is (71,219,254). Sum of RGB (Red+Green+Blue) = 71+219+254=544 (72% of max value = 765). Red value is 71 (28.12% from 255 or 13.05% from 544); Green value is 219 (85.94% from 255 or 40.26% from 544); Blue value is 254 (99.61% from 255 or 46.69% from 544); Max value from RGB is 254 - color contains mainly: blue. Hex color #47DBFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47DBFE is #B82401. Grayscale: #B2B2B2. Windows color (decimal): -12067842 or 16702279. OLE color: 16702279.
HSL color Cylindrical-coordinate representation of color #47DBFE: hue angle of 191.48º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47DBFE is Cyan = 0.72, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 71 | 219 | 254 | - |
| CMYK | 0.72 | 0.14 | 0 | 0.00 |
| HSL | 191.48º | 0.99% | 0.64% | - |
| HSV(B) | 191.48º | 0.72% | 1% | - |
| XYZ | 45.82 | 59.16 | 102.77 | - |
| YUV | 178.74 | 170.47 | 51.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 219 | 254 | 0.72 | 0.14 | 0 | 0.00 | 191.48 | 0.99 | 0.64 |
| Hex | 47 | DB | FE | 48 | E | 0 | 0 | BF | 63 | 40 |
| Octal | 107 | 333 | 376 | 110 | 16 | 0 | 0 | 277 | 143 | 100 |
| Binary | 1000111 | 11011011 | 11111110 | 1001000 | 1110 | 0 | 0 | 10111111 | 1100011 | 1000000 |
Color Harmonies of #47DBFE
Complementary color
Monochromatic Colors of #47DBFE
Black with #47DBFE
Text Example
Text Example
White with #47DBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47DBFE; }
p { color: rgb(71,219,254); }
H1.HeaderClassName
{
color: #47DBFE;
}
.AnyTagClassName
{
color: #47DBFE;
}
</style>
background-color css
<style>
a { background-color: #47DBFE; }
a { background-color: rgb(71,219,254); }
div.DivClassName
{
background-color: #47DBFE;
}
.BgClassName
{
background-color: #47DBFE;
}
</style>
border-color css
<style>
span { border-color: #47DBFE; }
span { border-color: rgb(71,219,254); }
td.TdClassName
{
border-color: #47DBFE;
}
.TagClassName
{
border-color: #47DBFE;
}
</style>