#47E9EE

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

Shades of Turquoise #47E9EE

Tints of Turquoise #47E9EE

Color information

#47E9EE (or 0x47E9EE) is unknown color: approx Turquoise. HEX triplet: 47, E9 and EE. RGB value is (71,233,238). Sum of RGB (Red+Green+Blue) = 71+233+238=542 (71% of max value = 765). Red value is 71 (28.12% from 255 or 13.10% from 542); Green value is 233 (91.41% from 255 or 42.99% from 542); Blue value is 238 (93.36% from 255 or 43.91% from 542); Max value from RGB is 238 - color contains mainly: blue. Hex color #47E9EE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #47E9EE is #B81611. Grayscale: #B8B8B8. Windows color (decimal): -12064274 or 15657287. OLE color: 15657287.

HSL color Cylindrical-coordinate representation of color #47E9EE: hue angle of 181.8º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #47E9EE is Cyan = 0.70, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB71233238-
CMYK0.700.0200.07
HSL181.8º83.08%60.59%-
HSV(B)181.8º70.17%93.33%-
XYZ47.1765.7991.1-
YUV185.13157.8346.59-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 13.10%
GREEN value IS 233 (91.41% from 255) = 42.99%
BLUE value IS 238 (93.36% from 255) = 43.91%
R=13.10%
G=42.99%
B=43.91%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal712332380.700.0200.07181.883.0860.59
Hex47E9EE46207b6533d
Octal10735135610620726612375
Binary100011111101001111011101000110100111101101101010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47E9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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