#47E6DB

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

Shades of Turquoise #47E6DB

Tints of Turquoise #47E6DB

Color information

#47E6DB (or 0x47E6DB) is unknown color: approx Turquoise. HEX triplet: 47, E6 and DB. RGB value is (71,230,219). Sum of RGB (Red+Green+Blue) = 71+230+219=520 (68% of max value = 765). Red value is 71 (28.12% from 255 or 13.65% from 520); Green value is 230 (90.23% from 255 or 44.23% from 520); Blue value is 219 (85.94% from 255 or 42.12% from 520); Max value from RGB is 230 - color contains mainly: green. Hex color #47E6DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47E6DB is #B81924. Grayscale: #B5B5B5. Windows color (decimal): -12065061 or 14411335. OLE color: 14411335.

HSL color Cylindrical-coordinate representation of color #47E6DB: hue angle of 175.85º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #47E6DB is Cyan = 0.69, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB71230219-
CMYK0.6900.050.10
HSL175.85º76.08%59.02%-
HSV(B)175.85º69.13%90.2%-
XYZ43.6863.0576.89-
YUV181.2149.3249.39-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 13.65%
GREEN value IS 230 (90.23% from 255) = 44.23%
BLUE value IS 219 (85.94% from 255) = 42.12%
R=13.65%
G=44.23%
B=42.12%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal712302190.6900.050.10175.8576.0859.02
Hex47E6DB4505Ab04c3b
Octal107346333105051226011473
Binary10001111110011011011011100010101011010101100001001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47E6DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,230,219); }

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

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

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

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

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

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

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