#47DADC

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

Shades of Turquoise #47DADC

Tints of Turquoise #47DADC

Color information

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

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

Color convert

RGB71218220-
CMYK0.680.0100.14
HSL180.81º68.04%57.06%-
HSV(B)180.81º67.73%86.27%-
XYZ40.5956.6576.51-
YUV174.28153.854.34-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal712182200.680.0100.14180.8168.0457.06
Hex47DADC4410Eb54439
Octal107332334104101626510471
Binary100011111011010110111001000100101110101101011000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47DADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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