#47DEDE

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

Shades of Turquoise #47DEDE

Tints of Turquoise #47DEDE

Color information

#47DEDE (or 0x47DEDE) is unknown color: approx Turquoise. HEX triplet: 47, DE and DE. RGB value is (71,222,222). Sum of RGB (Red+Green+Blue) = 71+222+222=515 (68% of max value = 765). Red value is 71 (28.12% from 255 or 13.79% from 515); Green value is 222 (87.11% from 255 or 43.11% from 515); Blue value is 222 (87.11% from 255 or 43.11% from 515); Max value from RGB is 222 - color contains mainly: green, blue. Hex color #47DEDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47DEDE is #B82121. Grayscale: #B0B0B0. Windows color (decimal): -12067106 or 14605895. OLE color: 14605895.

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

Color convert

RGB71222222-
CMYK0.68000.13
HSL180º69.59%57.45%-
HSV(B)180º68.02%87.06%-
XYZ41.958.8678.26-
YUV176.85153.4752.5-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 13.79%
GREEN value IS 222 (87.11% from 255) = 43.11%
BLUE value IS 222 (87.11% from 255) = 43.11%
R=13.79%
G=43.11%
B=43.11%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal712222220.68000.1318069.5957.45
Hex47DEDE4400Db44639
Octal107336336104001526410671
Binary100011111011110110111101000100001101101101001000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47DEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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