#47F6D7

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

Shades of Turquoise #47F6D7

Tints of Turquoise #47F6D7

Color information

#47F6D7 (or 0x47F6D7) is unknown color: approx Turquoise. HEX triplet: 47, F6 and D7. RGB value is (71,246,215). Sum of RGB (Red+Green+Blue) = 71+246+215=532 (70% of max value = 765). Red value is 71 (28.12% from 255 or 13.35% from 532); Green value is 246 (96.48% from 255 or 46.24% from 532); Blue value is 215 (84.38% from 255 or 40.41% from 532); Max value from RGB is 246 - color contains mainly: green. Hex color #47F6D7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47F6D7 is #B80928. Grayscale: #BEBEBE. Windows color (decimal): -12060969 or 14153287. OLE color: 14153287.

HSL color Cylindrical-coordinate representation of color #47F6D7: hue angle of 169.37º degrees, saturation: 0.91, 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 #47F6D7 is Cyan = 0.71, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.04.

Color convert

RGB71246215-
CMYK0.7100.130.04
HSL169.37º90.67%62.16%-
HSV(B)169.37º71.14%96.47%-
XYZ47.8272.1675.7-
YUV190.14142.0243.02-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 13.35%
GREEN value IS 246 (96.48% from 255) = 46.24%
BLUE value IS 215 (84.38% from 255) = 40.41%
R=13.35%
G=46.24%
B=40.41%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal712462150.7100.130.04169.3790.6762.16
Hex47F6D7470D4a95b3e
Octal107366327107015425113376
Binary10001111111011011010111100011101101100101010011011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47F6D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,246,215); }

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

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

 a { background-color: rgb(71,246,215); }

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

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

 span { border-color: rgb(71,246,215); }

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