#47E6F5

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

Shades of Turquoise #47E6F5

Tints of Turquoise #47E6F5

Color information

#47E6F5 (or 0x47E6F5) is unknown color: approx Turquoise. HEX triplet: 47, E6 and F5. RGB value is (71,230,245). Sum of RGB (Red+Green+Blue) = 71+230+245=546 (72% of max value = 765). Red value is 71 (28.12% from 255 or 13.00% from 546); Green value is 230 (90.23% from 255 or 42.12% from 546); Blue value is 245 (96.09% from 255 or 44.87% from 546); Max value from RGB is 245 - color contains mainly: blue. Hex color #47E6F5 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #47E6F5 is #B8190A. Grayscale: #B7B7B7. Windows color (decimal): -12065035 or 16115271. OLE color: 16115271.

HSL color Cylindrical-coordinate representation of color #47E6F5: hue angle of 185.17º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #47E6F5 is Cyan = 0.71, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB71230245-
CMYK0.710.0600.04
HSL185.17º89.69%61.96%-
HSV(B)185.17º71.02%96.08%-
XYZ47.3864.5396.34-
YUV184.17162.3247.28-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 13.00%
GREEN value IS 230 (90.23% from 255) = 42.12%
BLUE value IS 245 (96.09% from 255) = 44.87%
R=13.00%
G=42.12%
B=44.87%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal712302450.710.0600.04185.1789.6961.96
Hex47E6F547604b95a3e
Octal10734636510760427113276
Binary1000111111001101111010110001111100100101110011011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47E6F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,230,245); }

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

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

 a { background-color: rgb(71,230,245); }

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

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

 span { border-color: rgb(71,230,245); }

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