#47E4D2

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

Shades of Turquoise #47E4D2

Tints of Turquoise #47E4D2

Color information

#47E4D2 (or 0x47E4D2) is unknown color: approx Turquoise. HEX triplet: 47, E4 and D2. RGB value is (71,228,210). Sum of RGB (Red+Green+Blue) = 71+228+210=509 (67% of max value = 765). Red value is 71 (28.12% from 255 or 13.95% from 509); Green value is 228 (89.45% from 255 or 44.79% from 509); Blue value is 210 (82.42% from 255 or 41.26% from 509); Max value from RGB is 228 - color contains mainly: green. Hex color #47E4D2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47E4D2 is #B81B2D. Grayscale: #B2B2B2. Windows color (decimal): -12065582 or 13820999. OLE color: 13820999.

HSL color Cylindrical-coordinate representation of color #47E4D2: hue angle of 173.12º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #47E4D2 is Cyan = 0.69, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.11.

Color convert

RGB71228210-
CMYK0.6900.080.11
HSL173.12º74.41%58.63%-
HSV(B)173.12º68.86%89.41%-
XYZ41.9761.4870.63-
YUV179145.4950.96-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 13.95%
GREEN value IS 228 (89.45% from 255) = 44.79%
BLUE value IS 210 (82.42% from 255) = 41.26%
R=13.95%
G=44.79%
B=41.26%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal712282100.6900.080.11173.1274.4158.63
Hex47E4D24508Bad4a3b
Octal1073443221050101325511273
Binary100011111100100110100101000101010001011101011011001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47E4D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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