#47D7F6

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

Shades of Turquoise Blue #47D7F6

Tints of Turquoise Blue #47D7F6

Color information

#47D7F6 (or 0x47D7F6) is unknown color: approx Turquoise Blue. HEX triplet: 47, D7 and F6. RGB value is (71,215,246). Sum of RGB (Red+Green+Blue) = 71+215+246=532 (70% of max value = 765). Red value is 71 (28.12% from 255 or 13.35% from 532); Green value is 215 (84.38% from 255 or 40.41% from 532); Blue value is 246 (96.48% from 255 or 46.24% from 532); Max value from RGB is 246 - color contains mainly: blue. Hex color #47D7F6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47D7F6 is #B82809. Grayscale: #AFAFAF. Windows color (decimal): -12068874 or 16176967. OLE color: 16176967.

HSL color Cylindrical-coordinate representation of color #47D7F6: hue angle of 190.63º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #47D7F6 is Cyan = 0.71, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB71215246-
CMYK0.710.1300.04
HSL190.63º90.67%62.16%-
HSV(B)190.63º71.14%96.47%-
XYZ43.5356.5995.82-
YUV175.48167.7953.48-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 13.35%
GREEN value IS 215 (84.38% from 255) = 40.41%
BLUE value IS 246 (96.48% from 255) = 46.24%
R=13.35%
G=40.41%
B=46.24%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal712152460.710.1300.04190.6390.6762.16
Hex47D7F647D04bf5b3e
Octal107327366107150427713376
Binary10001111101011111110110100011111010100101111111011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47D7F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,215,246); }

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

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

 a { background-color: rgb(71,215,246); }

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

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

 span { border-color: rgb(71,215,246); }

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