#47DEB7

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

Shades of Turquoise #47DEB7

Tints of Turquoise #47DEB7

Color information

#47DEB7 (or 0x47DEB7) is unknown color: approx Turquoise. HEX triplet: 47, DE and B7. RGB value is (71,222,183). Sum of RGB (Red+Green+Blue) = 71+222+183=476 (63% of max value = 765). Red value is 71 (28.12% from 255 or 14.92% from 476); Green value is 222 (87.11% from 255 or 46.64% from 476); Blue value is 183 (71.88% from 255 or 38.45% from 476); Max value from RGB is 222 - color contains mainly: green. Hex color #47DEB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47DEB7 is #B82148. Grayscale: #ACACAC. Windows color (decimal): -12067145 or 12049991. OLE color: 12049991.

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

Color convert

RGB71222183-
CMYK0.6800.180.13
HSL164.5º69.59%57.45%-
HSV(B)164.5º68.02%87.06%-
XYZ37.275753.84-
YUV172.4133.9755.67-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 14.92%
GREEN value IS 222 (87.11% from 255) = 46.64%
BLUE value IS 183 (71.88% from 255) = 38.45%
R=14.92%
G=46.64%
B=38.45%

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
Decimal712221830.6800.180.13164.569.5957.45
Hex47DEB744012Da54639
Octal1073362671040221524510671
Binary1000111110111101011011110001000100101101101001011000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47DEB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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