Shades of Turquoise Blue #47D4FE
Tints of Turquoise Blue #47D4FE
RGB
CMYK
RGB Variations
Color information
#47D4FE (or 0x47D4FE) is known color: Turquoise Blue. HEX triplet: 47, D4 and FE. RGB value is (71,212,254). Sum of RGB (Red+Green+Blue) = 71+212+254=537 (71% of max value = 765). Red value is 71 (28.12% from 255 or 13.22% from 537); Green value is 212 (83.20% from 255 or 39.48% from 537); Blue value is 254 (99.61% from 255 or 47.30% from 537); Max value from RGB is 254 - color contains mainly: blue. Hex color #47D4FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47D4FE is #B82B01. Grayscale: #AEAEAE. Windows color (decimal): -12069634 or 16700487. OLE color: 16700487.
HSL color Cylindrical-coordinate representation of color #47D4FE: hue angle of 193.77º 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 #47D4FE is Cyan = 0.72, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 71 | 212 | 254 | - |
| CMYK | 0.72 | 0.17 | 0 | 0.00 |
| HSL | 193.77º | 0.99% | 0.64% | - |
| HSV(B) | 193.77º | 0.72% | 1% | - |
| XYZ | 44.03 | 55.58 | 102.17 | - |
| YUV | 174.63 | 172.79 | 54.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 212 | 254 | 0.72 | 0.17 | 0 | 0.00 | 193.77 | 0.99 | 0.64 |
| Hex | 47 | D4 | FE | 48 | 11 | 0 | 0 | C2 | 63 | 40 |
| Octal | 107 | 324 | 376 | 110 | 21 | 0 | 0 | 302 | 143 | 100 |
| Binary | 1000111 | 11010100 | 11111110 | 1001000 | 10001 | 0 | 0 | 11000010 | 1100011 | 1000000 |
Color Harmonies of #47D4FE
Complementary color
Monochromatic Colors of #47D4FE
Black with #47D4FE
Text Example
Text Example
White with #47D4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47D4FE; }
p { color: rgb(71,212,254); }
H1.HeaderClassName
{
color: #47D4FE;
}
.AnyTagClassName
{
color: #47D4FE;
}
</style>
background-color css
<style>
a { background-color: #47D4FE; }
a { background-color: rgb(71,212,254); }
div.DivClassName
{
background-color: #47D4FE;
}
.BgClassName
{
background-color: #47D4FE;
}
</style>
border-color css
<style>
span { border-color: #47D4FE; }
span { border-color: rgb(71,212,254); }
td.TdClassName
{
border-color: #47D4FE;
}
.TagClassName
{
border-color: #47D4FE;
}
</style>