#47F9D8

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

Shades of Turquoise #47F9D8

Tints of Turquoise #47F9D8

Color information

#47F9D8 (or 0x47F9D8) is unknown color: approx Turquoise. HEX triplet: 47, F9 and D8. RGB value is (71,249,216). Sum of RGB (Red+Green+Blue) = 71+249+216=536 (70% of max value = 765). Red value is 71 (28.12% from 255 or 13.25% from 536); Green value is 249 (97.66% from 255 or 46.46% from 536); Blue value is 216 (84.77% from 255 or 40.30% from 536); Max value from RGB is 249 - color contains mainly: green. Hex color #47F9D8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47F9D8 is #B80627. Grayscale: #BFBFBF. Windows color (decimal): -12060200 or 14219591. OLE color: 14219591.

HSL color Cylindrical-coordinate representation of color #47F9D8: hue angle of 168.88º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #47F9D8 is Cyan = 0.71, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB71249216-
CMYK0.7100.130.02
HSL168.88º93.68%62.75%-
HSV(B)168.88º71.49%97.65%-
XYZ48.8774.0576.68-
YUV192.02141.5341.68-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 13.25%
GREEN value IS 249 (97.66% from 255) = 46.46%
BLUE value IS 216 (84.77% from 255) = 40.30%
R=13.25%
G=46.46%
B=40.30%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal712492160.7100.130.02168.8893.6862.75
Hex47F9D8470D2a95e3f
Octal107371330107015225113677
Binary1000111111110011101100010001110110110101010011011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47F9D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,249,216); }

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

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

 a { background-color: rgb(71,249,216); }

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

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

 span { border-color: rgb(71,249,216); }

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