#47FDE7

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

Shades of Turquoise #47FDE7

Tints of Turquoise #47FDE7

Color information

#47FDE7 (or 0x47FDE7) is unknown color: approx Turquoise. HEX triplet: 47, FD and E7. RGB value is (71,253,231). Sum of RGB (Red+Green+Blue) = 71+253+231=555 (73% of max value = 765). Red value is 71 (28.12% from 255 or 12.79% from 555); Green value is 253 (99.22% from 255 or 45.59% from 555); Blue value is 231 (90.62% from 255 or 41.62% from 555); Max value from RGB is 253 - color contains mainly: green. Hex color #47FDE7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #47FDE7 is #B80218. Grayscale: #C3C3C3. Windows color (decimal): -12059161 or 15203655. OLE color: 15203655.

HSL color Cylindrical-coordinate representation of color #47FDE7: hue angle of 172.75º 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 #47FDE7 is Cyan = 0.72, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB71253231-
CMYK0.7200.090.01
HSL172.75º97.85%63.53%-
HSV(B)172.75º71.94%99.22%-
XYZ52.1577.3687.78-
YUV196.07147.738.79-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 12.79%
GREEN value IS 253 (99.22% from 255) = 45.59%
BLUE value IS 231 (90.62% from 255) = 41.62%
R=12.79%
G=45.59%
B=41.62%

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
Decimal712532310.7200.090.01172.7597.8563.53
Hex47FDE748091ad6240
Octal1073753471100111255142100
Binary1000111111111011110011110010000100111010110111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47FDE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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