#47DAF7

Color #47DAF7 Turquoise Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise Blue #47DAF7

Tints of Turquoise Blue #47DAF7

Color information

#47DAF7 (or 0x47DAF7) is unknown color: approx Turquoise Blue. HEX triplet: 47, DA and F7. RGB value is (71,218,247). Sum of RGB (Red+Green+Blue) = 71+218+247=536 (70% of max value = 765). Red value is 71 (28.12% from 255 or 13.25% from 536); Green value is 218 (85.55% from 255 or 40.67% from 536); Blue value is 247 (96.88% from 255 or 46.08% from 536); Max value from RGB is 247 - color contains mainly: blue. Hex color #47DAF7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47DAF7 is #B82508. Grayscale: #B1B1B1. Windows color (decimal): -12068105 or 16243271. OLE color: 16243271.

HSL color Cylindrical-coordinate representation of color #47DAF7: hue angle of 189.89º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #47DAF7 is Cyan = 0.71, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB71218247-
CMYK0.710.1200.03
HSL189.89º91.67%62.35%-
HSV(B)189.89º71.26%96.86%-
XYZ44.4658.296.89-
YUV177.35167.352.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 71 (28.12% from 255) = 13.25%
GREEN value IS 218 (85.55% from 255) = 40.67%
BLUE value IS 247 (96.88% from 255) = 46.08%
R=13.25%
G=40.67%
B=46.08%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal712182470.710.1200.03189.8991.6762.35
Hex47DAF747C03be5c3e
Octal107332367107140327613476
Binary1000111110110101111011110001111100011101111101011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47DAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47DAF7; }

 p { color: rgb(71,218,247); }

 H1.HeaderClassName
 {
   color: #47DAF7;
 }
 .AnyTagClassName
 {
   color: #47DAF7;
 }
</style>
background-color css

<style>
 a { background-color: #47DAF7; }

 a { background-color: rgb(71,218,247); }

 div.DivClassName
 {
   background-color: #47DAF7;
 }
 .BgClassName
 {
   background-color: #47DAF7;
 }
</style>
border-color css

<style>
 span { border-color: #47DAF7; }

 span { border-color: rgb(71,218,247); }

 td.TdClassName
 {
   border-color: #47DAF7;
 }
 .TagClassName
 {
   border-color: #47DAF7;
 }
</style>