#47EAD2

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

Shades of Turquoise #47EAD2

Tints of Turquoise #47EAD2

Color information

#47EAD2 (or 0x47EAD2) is unknown color: approx Turquoise. HEX triplet: 47, EA and D2. RGB value is (71,234,210). Sum of RGB (Red+Green+Blue) = 71+234+210=515 (68% of max value = 765). Red value is 71 (28.12% from 255 or 13.79% from 515); Green value is 234 (91.80% from 255 or 45.44% from 515); Blue value is 210 (82.42% from 255 or 40.78% from 515); Max value from RGB is 234 - color contains mainly: green. Hex color #47EAD2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47EAD2 is #B8152D. Grayscale: #B6B6B6. Windows color (decimal): -12064046 or 13822535. OLE color: 13822535.

HSL color Cylindrical-coordinate representation of color #47EAD2: hue angle of 171.17º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #47EAD2 is Cyan = 0.70, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB71234210-
CMYK0.7000.100.08
HSL171.17º79.51%59.8%-
HSV(B)171.17º69.66%91.76%-
XYZ43.6564.8471.19-
YUV182.53143.548.45-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 13.79%
GREEN value IS 234 (91.80% from 255) = 45.44%
BLUE value IS 210 (82.42% from 255) = 40.78%
R=13.79%
G=45.44%
B=40.78%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal712342100.7000.100.08171.1779.5159.8
Hex47EAD2460A8ab503c
Octal1073523221060121025312074
Binary100011111101010110100101000110010101000101010111010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47EAD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,234,210); }

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

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

 a { background-color: rgb(71,234,210); }

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

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

 span { border-color: rgb(71,234,210); }

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