#47E9DA

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

Shades of Turquoise #47E9DA

Tints of Turquoise #47E9DA

Color information

#47E9DA (or 0x47E9DA) is unknown color: approx Turquoise. HEX triplet: 47, E9 and DA. RGB value is (71,233,218). Sum of RGB (Red+Green+Blue) = 71+233+218=522 (69% of max value = 765). Red value is 71 (28.12% from 255 or 13.60% from 522); Green value is 233 (91.41% from 255 or 44.64% from 522); Blue value is 218 (85.55% from 255 or 41.76% from 522); Max value from RGB is 233 - color contains mainly: green. Hex color #47E9DA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47E9DA is #B81625. Grayscale: #B6B6B6. Windows color (decimal): -12064294 or 14346567. OLE color: 14346567.

HSL color Cylindrical-coordinate representation of color #47E9DA: hue angle of 174.44º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #47E9DA is Cyan = 0.70, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB71233218-
CMYK0.7000.060.09
HSL174.44º78.64%59.61%-
HSV(B)174.44º69.53%91.37%-
XYZ44.3964.6876.47-
YUV182.85147.8348.22-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 13.60%
GREEN value IS 233 (91.41% from 255) = 44.64%
BLUE value IS 218 (85.55% from 255) = 41.76%
R=13.60%
G=44.64%
B=41.76%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal712332180.7000.060.09174.4478.6459.61
Hex47E9DA46069ae4f3c
Octal107351332106061125611774
Binary10001111110100111011010100011001101001101011101001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47E9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,233,218); }

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

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

 a { background-color: rgb(71,233,218); }

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

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

 span { border-color: rgb(71,233,218); }

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