#47E6F9

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

Shades of Turquoise Blue #47E6F9

Tints of Turquoise Blue #47E6F9

Color information

#47E6F9 (or 0x47E6F9) is unknown color: approx Turquoise Blue. HEX triplet: 47, E6 and F9. RGB value is (71,230,249). Sum of RGB (Red+Green+Blue) = 71+230+249=550 (72% of max value = 765). Red value is 71 (28.12% from 255 or 12.91% from 550); Green value is 230 (90.23% from 255 or 41.82% from 550); Blue value is 249 (97.66% from 255 or 45.27% from 550); Max value from RGB is 249 - color contains mainly: blue. Hex color #47E6F9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #47E6F9 is #B81906. Grayscale: #B8B8B8. Windows color (decimal): -12065031 or 16377415. OLE color: 16377415.

HSL color Cylindrical-coordinate representation of color #47E6F9: hue angle of 186.4º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #47E6F9 is Cyan = 0.71, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB71230249-
CMYK0.710.0800.02
HSL186.4º93.68%62.75%-
HSV(B)186.4º71.49%97.65%-
XYZ47.9964.7799.6-
YUV184.62164.3246.96-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 12.91%
GREEN value IS 230 (90.23% from 255) = 41.82%
BLUE value IS 249 (97.66% from 255) = 45.27%
R=12.91%
G=41.82%
B=45.27%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal712302490.710.0800.02186.493.6862.75
Hex47E6F947802ba5e3f
Octal107346371107100227213677
Binary1000111111001101111100110001111000010101110101011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47E6F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,230,249); }

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

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

 a { background-color: rgb(71,230,249); }

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

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

 span { border-color: rgb(71,230,249); }

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