#47edc4

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

Shades of Turquoise #47EDC4

Tints of Turquoise #47EDC4

Color information

#47EDC4 (or 0x47EDC4) is unknown color: approx Turquoise. HEX triplet: 47, ED and C4. RGB value is (71,237,196). Sum of RGB (Red+Green+Blue) = 71+237+196=504 (66% of max value = 765). Red value is 71 (28.12% from 255 or 14.09% from 504); Green value is 237 (92.97% from 255 or 47.02% from 504); Blue value is 196 (76.95% from 255 or 38.89% from 504); Max value from RGB is 237 - color contains mainly: green. Hex color #47EDC4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47EDC4 is #B8123B. Grayscale: #B6B6B6. Windows color (decimal): -12063292 or 12905799. OLE color: 12905799.

HSL color Cylindrical-coordinate representation of color #47EDC4: hue angle of 165.18º 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 #47EDC4 is Cyan = 0.70, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB71237196-
CMYK0.7000.170.07
HSL165.18º82.18%60.39%-
HSV(B)165.18º70.04%92.94%-
XYZ42.8565.8962.69-
YUV182.69135.548.33-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 14.09%
GREEN value IS 237 (92.97% from 255) = 47.02%
BLUE value IS 196 (76.95% from 255) = 38.89%
R=14.09%
G=47.02%
B=38.89%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal712371960.7000.170.07165.1882.1860.39
Hex47EDC4460117a5523c
Octal107355304106021724512274
Binary100011111101101110001001000110010001111101001011010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47edc4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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