#47DBD4

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

Shades of Turquoise #47DBD4

Tints of Turquoise #47DBD4

Color information

#47DBD4 (or 0x47DBD4) is unknown color: approx Turquoise. HEX triplet: 47, DB and D4. RGB value is (71,219,212). Sum of RGB (Red+Green+Blue) = 71+219+212=502 (66% of max value = 765). Red value is 71 (28.12% from 255 or 14.14% from 502); Green value is 219 (85.94% from 255 or 43.63% from 502); Blue value is 212 (83.20% from 255 or 42.23% from 502); Max value from RGB is 219 - color contains mainly: green. Hex color #47DBD4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47DBD4 is #B8242B. Grayscale: #ADADAD. Windows color (decimal): -12067884 or 13949767. OLE color: 13949767.

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

Color convert

RGB71219212-
CMYK0.6800.030.14
HSL177.16º67.27%56.86%-
HSV(B)177.16º67.58%85.88%-
XYZ39.8156.7671.14-
YUV173.95149.4754.57-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 14.14%
GREEN value IS 219 (85.94% from 255) = 43.63%
BLUE value IS 212 (83.20% from 255) = 42.23%
R=14.14%
G=43.63%
B=42.23%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal712192120.6800.030.14177.1667.2756.86
Hex47DBD44403Eb14339
Octal107333324104031626110371
Binary1000111110110111101010010001000111110101100011000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47DBD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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