#47DCDA

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

Shades of Turquoise #47DCDA

Tints of Turquoise #47DCDA

Color information

#47DCDA (or 0x47DCDA) is unknown color: approx Turquoise. HEX triplet: 47, DC and DA. RGB value is (71,220,218). Sum of RGB (Red+Green+Blue) = 71+220+218=509 (67% of max value = 765). Red value is 71 (28.12% from 255 or 13.95% from 509); Green value is 220 (86.33% from 255 or 43.22% from 509); Blue value is 218 (85.55% from 255 or 42.83% from 509); Max value from RGB is 220 - color contains mainly: green. Hex color #47DCDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47DCDA is #B82325. Grayscale: #AFAFAF. Windows color (decimal): -12067622 or 14343239. OLE color: 14343239.

HSL color Cylindrical-coordinate representation of color #47DCDA: hue angle of 179.19º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47DCDA is Cyan = 0.68, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB71220218-
CMYK0.6800.010.14
HSL179.19º68.04%57.06%-
HSV(B)179.19º67.73%86.27%-
XYZ40.8557.5975.29-
YUV175.22152.1453.66-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 13.95%
GREEN value IS 220 (86.33% from 255) = 43.22%
BLUE value IS 218 (85.55% from 255) = 42.83%
R=13.95%
G=43.22%
B=42.83%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal712202180.6800.010.14179.1968.0457.06
Hex47DCDA4401Eb34439
Octal107334332104011626310471
Binary100011111011100110110101000100011110101100111000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47DCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,220,218); }

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

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

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

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

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

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

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