#47FDE5

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

Shades of Turquoise #47FDE5

Tints of Turquoise #47FDE5

Color information

#47FDE5 (or 0x47FDE5) is unknown color: approx Turquoise. HEX triplet: 47, FD and E5. RGB value is (71,253,229). Sum of RGB (Red+Green+Blue) = 71+253+229=553 (73% of max value = 765). Red value is 71 (28.12% from 255 or 12.84% from 553); Green value is 253 (99.22% from 255 or 45.75% from 553); Blue value is 229 (89.84% from 255 or 41.41% from 553); Max value from RGB is 253 - color contains mainly: green. Hex color #47FDE5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47FDE5 is #B8021A. Grayscale: #C3C3C3. Windows color (decimal): -12059163 or 15072583. OLE color: 15072583.

HSL color Cylindrical-coordinate representation of color #47FDE5: hue angle of 172.09º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47FDE5 is Cyan = 0.72, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB71253229-
CMYK0.7200.090.01
HSL172.09º97.85%63.53%-
HSV(B)172.09º71.94%99.22%-
XYZ51.8777.2586.31-
YUV195.85146.738.95-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 12.84%
GREEN value IS 253 (99.22% from 255) = 45.75%
BLUE value IS 229 (89.84% from 255) = 41.41%
R=12.84%
G=45.75%
B=41.41%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal712532290.7200.090.01172.0997.8563.53
Hex47FDE548091ac6240
Octal1073753451100111254142100
Binary1000111111111011110010110010000100111010110011000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47FDE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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