Shades of Turquoise Blue #47DDF1
Tints of Turquoise Blue #47DDF1
RGB
CMYK
RGB Variations
Color information
#47DDF1 (or 0x47DDF1) is known color: Turquoise Blue. HEX triplet: 47, DD and F1. RGB value is (71,221,241). Sum of RGB (Red+Green+Blue) = 71+221+241=533 (70% of max value = 765). Red value is 71 (28.12% from 255 or 13.32% from 533); Green value is 221 (86.72% from 255 or 41.46% from 533); Blue value is 241 (94.53% from 255 or 45.22% from 533); Max value from RGB is 241 - color contains mainly: blue. Hex color #47DDF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47DDF1 is #B8220E. Grayscale: #B2B2B2. Windows color (decimal): -12067343 or 15850823. OLE color: 15850823.
HSL color Cylindrical-coordinate representation of color #47DDF1: hue angle of 187.06º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #47DDF1 is Cyan = 0.71, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 71 | 221 | 241 | - |
| CMYK | 0.71 | 0.08 | 0 | 0.05 |
| HSL | 187.06º | 0.86% | 0.61% | - |
| HSV(B) | 187.06º | 0.71% | 0.95% | - |
| XYZ | 44.33 | 59.4 | 92.35 | - |
| YUV | 178.43 | 163.31 | 51.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 221 | 241 | 0.71 | 0.08 | 0 | 0.05 | 187.06 | 0.86 | 0.61 |
| Hex | 47 | DD | F1 | 47 | 8 | 0 | 5 | BB | 56 | 3D |
| Octal | 107 | 335 | 361 | 107 | 10 | 0 | 5 | 273 | 126 | 75 |
| Binary | 1000111 | 11011101 | 11110001 | 1000111 | 1000 | 0 | 101 | 10111011 | 1010110 | 111101 |
Color Harmonies of #47DDF1
Complementary color
Monochromatic Colors of #47DDF1
Black with #47DDF1
Text Example
Text Example
White with #47DDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47DDF1; }
p { color: rgb(71,221,241); }
H1.HeaderClassName
{
color: #47DDF1;
}
.AnyTagClassName
{
color: #47DDF1;
}
</style>
background-color css
<style>
a { background-color: #47DDF1; }
a { background-color: rgb(71,221,241); }
div.DivClassName
{
background-color: #47DDF1;
}
.BgClassName
{
background-color: #47DDF1;
}
</style>
border-color css
<style>
span { border-color: #47DDF1; }
span { border-color: rgb(71,221,241); }
td.TdClassName
{
border-color: #47DDF1;
}
.TagClassName
{
border-color: #47DDF1;
}
</style>