Shades of Turquoise Blue #47DEFE
Tints of Turquoise Blue #47DEFE
RGB
CMYK
RGB Variations
Color information
#47DEFE (or 0x47DEFE) is known color: Turquoise Blue. HEX triplet: 47, DE and FE. RGB value is (71,222,254). Sum of RGB (Red+Green+Blue) = 71+222+254=547 (72% of max value = 765). Red value is 71 (28.12% from 255 or 12.98% from 547); Green value is 222 (87.11% from 255 or 40.59% from 547); Blue value is 254 (99.61% from 255 or 46.44% from 547); Max value from RGB is 254 - color contains mainly: blue. Hex color #47DEFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47DEFE is #B82101. Grayscale: #B4B4B4. Windows color (decimal): -12067074 or 16703047. OLE color: 16703047.
HSL color Cylindrical-coordinate representation of color #47DEFE: hue angle of 190.49º 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 #47DEFE is Cyan = 0.72, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 71 | 222 | 254 | - |
| CMYK | 0.72 | 0.13 | 0 | 0.00 |
| HSL | 190.49º | 0.99% | 0.64% | - |
| HSV(B) | 190.49º | 0.72% | 1% | - |
| XYZ | 46.61 | 60.74 | 103.03 | - |
| YUV | 180.5 | 169.47 | 49.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 222 | 254 | 0.72 | 0.13 | 0 | 0.00 | 190.49 | 0.99 | 0.64 |
| Hex | 47 | DE | FE | 48 | D | 0 | 0 | BE | 63 | 40 |
| Octal | 107 | 336 | 376 | 110 | 15 | 0 | 0 | 276 | 143 | 100 |
| Binary | 1000111 | 11011110 | 11111110 | 1001000 | 1101 | 0 | 0 | 10111110 | 1100011 | 1000000 |
Color Harmonies of #47DEFE
Complementary color
Monochromatic Colors of #47DEFE
Black with #47DEFE
Text Example
Text Example
White with #47DEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47DEFE; }
p { color: rgb(71,222,254); }
H1.HeaderClassName
{
color: #47DEFE;
}
.AnyTagClassName
{
color: #47DEFE;
}
</style>
background-color css
<style>
a { background-color: #47DEFE; }
a { background-color: rgb(71,222,254); }
div.DivClassName
{
background-color: #47DEFE;
}
.BgClassName
{
background-color: #47DEFE;
}
</style>
border-color css
<style>
span { border-color: #47DEFE; }
span { border-color: rgb(71,222,254); }
td.TdClassName
{
border-color: #47DEFE;
}
.TagClassName
{
border-color: #47DEFE;
}
</style>