#47F1E6

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

Shades of Turquoise #47F1E6

Tints of Turquoise #47F1E6

Color information

#47F1E6 (or 0x47F1E6) is unknown color: approx Turquoise. HEX triplet: 47, F1 and E6. RGB value is (71,241,230). Sum of RGB (Red+Green+Blue) = 71+241+230=542 (71% of max value = 765). Red value is 71 (28.12% from 255 or 13.10% from 542); Green value is 241 (94.53% from 255 or 44.46% from 542); Blue value is 230 (90.23% from 255 or 42.44% from 542); Max value from RGB is 241 - color contains mainly: green. Hex color #47F1E6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #47F1E6 is #B80E19. Grayscale: #BCBCBC. Windows color (decimal): -12062234 or 15135047. OLE color: 15135047.

HSL color Cylindrical-coordinate representation of color #47F1E6: hue angle of 176.12º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #47F1E6 is Cyan = 0.71, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB71241230-
CMYK0.7100.050.05
HSL176.12º85.86%61.18%-
HSV(B)176.12º70.54%94.51%-
XYZ48.3469.9685.82-
YUV188.92151.1843.89-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 13.10%
GREEN value IS 241 (94.53% from 255) = 44.46%
BLUE value IS 230 (90.23% from 255) = 42.44%
R=13.10%
G=44.46%
B=42.44%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal712412300.7100.050.05176.1285.8661.18
Hex47F1E647055b0563d
Octal10736134610705526012675
Binary1000111111100011110011010001110101101101100001010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47F1E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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