#47DEB6

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

Shades of Turquoise #47DEB6

Tints of Turquoise #47DEB6

Color information

#47DEB6 (or 0x47DEB6) is unknown color: approx Turquoise. HEX triplet: 47, DE and B6. RGB value is (71,222,182). Sum of RGB (Red+Green+Blue) = 71+222+182=475 (62% of max value = 765). Red value is 71 (28.12% from 255 or 14.95% from 475); Green value is 222 (87.11% from 255 or 46.74% from 475); Blue value is 182 (71.48% from 255 or 38.32% from 475); Max value from RGB is 222 - color contains mainly: green. Hex color #47DEB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47DEB6 is #B82149. Grayscale: #ACACAC. Windows color (decimal): -12067146 or 11984455. OLE color: 11984455.

HSL color Cylindrical-coordinate representation of color #47DEB6: hue angle of 164.11º 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 #47DEB6 is Cyan = 0.68, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB71222182-
CMYK0.6800.180.13
HSL164.11º69.59%57.45%-
HSV(B)164.11º68.02%87.06%-
XYZ37.1656.9653.29-
YUV172.29133.4755.75-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 14.95%
GREEN value IS 222 (87.11% from 255) = 46.74%
BLUE value IS 182 (71.48% from 255) = 38.32%
R=14.95%
G=46.74%
B=38.32%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal712221820.6800.180.13164.1169.5957.45
Hex47DEB644012Da44639
Octal1073362661040221524410671
Binary1000111110111101011011010001000100101101101001001000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47DEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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