#47F8E1

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

Shades of Turquoise #47F8E1

Tints of Turquoise #47F8E1

Color information

#47F8E1 (or 0x47F8E1) is unknown color: approx Turquoise. HEX triplet: 47, F8 and E1. RGB value is (71,248,225). Sum of RGB (Red+Green+Blue) = 71+248+225=544 (72% of max value = 765). Red value is 71 (28.12% from 255 or 13.05% from 544); Green value is 248 (97.27% from 255 or 45.59% from 544); Blue value is 225 (88.28% from 255 or 41.36% from 544); Max value from RGB is 248 - color contains mainly: green. Hex color #47F8E1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47F8E1 is #B8071E. Grayscale: #C0C0C0. Windows color (decimal): -12060447 or 14809159. OLE color: 14809159.

HSL color Cylindrical-coordinate representation of color #47F8E1: hue angle of 172.2º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #47F8E1 is Cyan = 0.71, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.03.

Color convert

RGB71248225-
CMYK0.7100.090.03
HSL172.2º92.67%62.55%-
HSV(B)172.2º71.37%97.25%-
XYZ49.7673.9182.88-
YUV192.46146.3641.37-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 13.05%
GREEN value IS 248 (97.27% from 255) = 45.59%
BLUE value IS 225 (88.28% from 255) = 41.36%
R=13.05%
G=45.59%
B=41.36%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal712482250.7100.090.03172.292.6762.55
Hex47F8E147093ac5d3f
Octal107370341107011325413577
Binary1000111111110001110000110001110100111101011001011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47F8E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,248,225); }

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

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

 a { background-color: rgb(71,248,225); }

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

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

 span { border-color: rgb(71,248,225); }

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