#47EDE0

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

Shades of Turquoise #47EDE0

Tints of Turquoise #47EDE0

Color information

#47EDE0 (or 0x47EDE0) is unknown color: approx Turquoise. HEX triplet: 47, ED and E0. RGB value is (71,237,224). Sum of RGB (Red+Green+Blue) = 71+237+224=532 (70% of max value = 765). Red value is 71 (28.12% from 255 or 13.35% from 532); Green value is 237 (92.97% from 255 or 44.55% from 532); Blue value is 224 (87.89% from 255 or 42.11% from 532); Max value from RGB is 237 - color contains mainly: green. Hex color #47EDE0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47EDE0 is #B8121F. Grayscale: #B9B9B9. Windows color (decimal): -12063264 or 14740807. OLE color: 14740807.

HSL color Cylindrical-coordinate representation of color #47EDE0: hue angle of 175.3º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #47EDE0 is Cyan = 0.70, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB71237224-
CMYK0.7000.050.07
HSL175.3º82.18%60.39%-
HSV(B)175.3º70.04%92.94%-
XYZ46.3467.2981.07-
YUV185.88149.546.06-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 13.35%
GREEN value IS 237 (92.97% from 255) = 44.55%
BLUE value IS 224 (87.89% from 255) = 42.11%
R=13.35%
G=44.55%
B=42.11%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal712372240.7000.050.07175.382.1860.39
Hex47EDE046057af523c
Octal10735534010605725712274
Binary1000111111011011110000010001100101111101011111010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47EDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,237,224); }

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

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

 a { background-color: rgb(71,237,224); }

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

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

 span { border-color: rgb(71,237,224); }

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