#47e5ef

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

Shades of Turquoise #47E5EF

Tints of Turquoise #47E5EF

Color information

#47E5EF (or 0x47E5EF) is unknown color: approx Turquoise. HEX triplet: 47, E5 and EF. RGB value is (71,229,239). Sum of RGB (Red+Green+Blue) = 71+229+239=539 (71% of max value = 765). Red value is 71 (28.12% from 255 or 13.17% from 539); Green value is 229 (89.84% from 255 or 42.49% from 539); Blue value is 239 (93.75% from 255 or 44.34% from 539); Max value from RGB is 239 - color contains mainly: blue. Hex color #47E5EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47E5EF is #B81A10. Grayscale: #B6B6B6. Windows color (decimal): -12065297 or 15721799. OLE color: 15721799.

HSL color Cylindrical-coordinate representation of color #47E5EF: hue angle of 183.57º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #47E5EF is Cyan = 0.70, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB71229239-
CMYK0.700.0400.06
HSL183.57º84%60.78%-
HSV(B)183.57º70.29%93.73%-
XYZ46.263.6191.5-
YUV182.9159.6548.19-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 13.17%
GREEN value IS 229 (89.84% from 255) = 42.49%
BLUE value IS 239 (93.75% from 255) = 44.34%
R=13.17%
G=42.49%
B=44.34%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal712292390.700.0400.06183.578460.78
Hex47E5EF46406b8543d
Octal10734535710640627012475
Binary1000111111001011110111110001101000110101110001010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47e5ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,229,239); }

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

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

 a { background-color: rgb(71,229,239); }

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

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

 span { border-color: rgb(71,229,239); }

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