#47DEC6

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

Shades of Turquoise #47DEC6

Tints of Turquoise #47DEC6

Color information

#47DEC6 (or 0x47DEC6) is unknown color: approx Turquoise. HEX triplet: 47, DE and C6. RGB value is (71,222,198). Sum of RGB (Red+Green+Blue) = 71+222+198=491 (65% of max value = 765). Red value is 71 (28.12% from 255 or 14.46% from 491); Green value is 222 (87.11% from 255 or 45.21% from 491); Blue value is 198 (77.73% from 255 or 40.33% from 491); Max value from RGB is 222 - color contains mainly: green. Hex color #47DEC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47DEC6 is #B82139. Grayscale: #AEAEAE. Windows color (decimal): -12067130 or 13033031. OLE color: 13033031.

HSL color Cylindrical-coordinate representation of color #47DEC6: hue angle of 170.46º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47DEC6 is Cyan = 0.68, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB71222198-
CMYK0.6800.110.13
HSL170.46º69.59%57.45%-
HSV(B)170.46º68.02%87.06%-
XYZ38.9157.6662.5-
YUV174.12141.4754.45-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 14.46%
GREEN value IS 222 (87.11% from 255) = 45.21%
BLUE value IS 198 (77.73% from 255) = 40.33%
R=14.46%
G=45.21%
B=40.33%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal712221980.6800.110.13170.4669.5957.45
Hex47DEC6440BDaa4639
Octal1073363061040131525210671
Binary100011111011110110001101000100010111101101010101000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47DEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,222,198); }

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

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

 a { background-color: rgb(71,222,198); }

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

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

 span { border-color: rgb(71,222,198); }

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