Shades of Turquoise Blue #47DFF2
Tints of Turquoise Blue #47DFF2
RGB
CMYK
RGB Variations
Color information
#47DFF2 (or 0x47DFF2) is known color: Turquoise Blue. HEX triplet: 47, DF and F2. RGB value is (71,223,242). Sum of RGB (Red+Green+Blue) = 71+223+242=536 (70% of max value = 765). Red value is 71 (28.12% from 255 or 13.25% from 536); Green value is 223 (87.5% from 255 or 41.60% from 536); Blue value is 242 (94.92% from 255 or 45.15% from 536); Max value from RGB is 242 - color contains mainly: blue. Hex color #47DFF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47DFF2 is #B8200D. Grayscale: #B3B3B3. Windows color (decimal): -12066830 or 15916871. OLE color: 15916871.
HSL color Cylindrical-coordinate representation of color #47DFF2: hue angle of 186.67º degrees, saturation: 0.87, 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 #47DFF2 is Cyan = 0.71, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 71 | 223 | 242 | - |
| CMYK | 0.71 | 0.08 | 0 | 0.05 |
| HSL | 186.67º | 0.87% | 0.61% | - |
| HSV(B) | 186.67º | 0.71% | 0.95% | - |
| XYZ | 45.01 | 60.53 | 93.31 | - |
| YUV | 179.72 | 163.14 | 50.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 223 | 242 | 0.71 | 0.08 | 0 | 0.05 | 186.67 | 0.87 | 0.61 |
| Hex | 47 | DF | F2 | 47 | 8 | 0 | 5 | BB | 57 | 3D |
| Octal | 107 | 337 | 362 | 107 | 10 | 0 | 5 | 273 | 127 | 75 |
| Binary | 1000111 | 11011111 | 11110010 | 1000111 | 1000 | 0 | 101 | 10111011 | 1010111 | 111101 |
Color Harmonies of #47DFF2
Complementary color
Monochromatic Colors of #47DFF2
Black with #47DFF2
Text Example
Text Example
White with #47DFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47DFF2; }
p { color: rgb(71,223,242); }
H1.HeaderClassName
{
color: #47DFF2;
}
.AnyTagClassName
{
color: #47DFF2;
}
</style>
background-color css
<style>
a { background-color: #47DFF2; }
a { background-color: rgb(71,223,242); }
div.DivClassName
{
background-color: #47DFF2;
}
.BgClassName
{
background-color: #47DFF2;
}
</style>
border-color css
<style>
span { border-color: #47DFF2; }
span { border-color: rgb(71,223,242); }
td.TdClassName
{
border-color: #47DFF2;
}
.TagClassName
{
border-color: #47DFF2;
}
</style>