#47E0D4

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

Shades of Turquoise #47E0D4

Tints of Turquoise #47E0D4

Color information

#47E0D4 (or 0x47E0D4) is unknown color: approx Turquoise. HEX triplet: 47, E0 and D4. RGB value is (71,224,212). Sum of RGB (Red+Green+Blue) = 71+224+212=507 (67% of max value = 765). Red value is 71 (28.12% from 255 or 14.00% from 507); Green value is 224 (87.89% from 255 or 44.18% from 507); Blue value is 212 (83.20% from 255 or 41.81% from 507); Max value from RGB is 224 - color contains mainly: green. Hex color #47E0D4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47E0D4 is #B81F2B. Grayscale: #B0B0B0. Windows color (decimal): -12066604 or 13951047. OLE color: 13951047.

HSL color Cylindrical-coordinate representation of color #47E0D4: hue angle of 175.29º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47E0D4 is Cyan = 0.68, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.12.

Color convert

RGB71224212-
CMYK0.6800.050.12
HSL175.29º71.16%57.84%-
HSV(B)175.29º68.3%87.84%-
XYZ41.1459.471.59-
YUV176.88147.8152.48-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 14.00%
GREEN value IS 224 (87.89% from 255) = 44.18%
BLUE value IS 212 (83.20% from 255) = 41.81%
R=14.00%
G=44.18%
B=41.81%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal712242120.6800.050.12175.2971.1657.84
Hex47E0D44405Caf473a
Octal107340324104051425710772
Binary10001111110000011010100100010001011100101011111000111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47E0D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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