Shades of Turquoise Blue #47DFF3
Tints of Turquoise Blue #47DFF3
RGB
CMYK
RGB Variations
Color information
#47DFF3 (or 0x47DFF3) is known color: Turquoise Blue. HEX triplet: 47, DF and F3. RGB value is (71,223,243). Sum of RGB (Red+Green+Blue) = 71+223+243=537 (71% of max value = 765). Red value is 71 (28.12% from 255 or 13.22% from 537); Green value is 223 (87.5% from 255 or 41.53% from 537); Blue value is 243 (95.31% from 255 or 45.25% from 537); Max value from RGB is 243 - color contains mainly: blue. Hex color #47DFF3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47DFF3 is #B8200C. Grayscale: #B3B3B3. Windows color (decimal): -12066829 or 15982407. OLE color: 15982407.
HSL color Cylindrical-coordinate representation of color #47DFF3: hue angle of 186.98º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #47DFF3 is Cyan = 0.71, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 71 | 223 | 243 | - |
| CMYK | 0.71 | 0.08 | 0 | 0.05 |
| HSL | 186.98º | 0.88% | 0.62% | - |
| HSV(B) | 186.98º | 0.71% | 0.95% | - |
| XYZ | 45.16 | 60.59 | 94.11 | - |
| YUV | 179.83 | 163.64 | 50.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 223 | 243 | 0.71 | 0.08 | 0 | 0.05 | 186.98 | 0.88 | 0.62 |
| Hex | 47 | DF | F3 | 47 | 8 | 0 | 5 | BB | 58 | 3E |
| Octal | 107 | 337 | 363 | 107 | 10 | 0 | 5 | 273 | 130 | 76 |
| Binary | 1000111 | 11011111 | 11110011 | 1000111 | 1000 | 0 | 101 | 10111011 | 1011000 | 111110 |
Color Harmonies of #47DFF3
Complementary color
Monochromatic Colors of #47DFF3
Black with #47DFF3
Text Example
Text Example
White with #47DFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47DFF3; }
p { color: rgb(71,223,243); }
H1.HeaderClassName
{
color: #47DFF3;
}
.AnyTagClassName
{
color: #47DFF3;
}
</style>
background-color css
<style>
a { background-color: #47DFF3; }
a { background-color: rgb(71,223,243); }
div.DivClassName
{
background-color: #47DFF3;
}
.BgClassName
{
background-color: #47DFF3;
}
</style>
border-color css
<style>
span { border-color: #47DFF3; }
span { border-color: rgb(71,223,243); }
td.TdClassName
{
border-color: #47DFF3;
}
.TagClassName
{
border-color: #47DFF3;
}
</style>