#47D4D4

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

Shades of Medium Turquoise #47D4D4

Tints of Medium Turquoise #47D4D4

Color information

#47D4D4 (or 0x47D4D4) is unknown color: approx Medium Turquoise. HEX triplet: 47, D4 and D4. RGB value is (71,212,212). Sum of RGB (Red+Green+Blue) = 71+212+212=495 (65% of max value = 765). Red value is 71 (28.12% from 255 or 14.34% from 495); Green value is 212 (83.20% from 255 or 42.83% from 495); Blue value is 212 (83.20% from 255 or 42.83% from 495); Max value from RGB is 212 - color contains mainly: green, blue. Hex color #47D4D4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47D4D4 is #B82B2B. Grayscale: #A9A9A9. Windows color (decimal): -12069676 or 13947975. OLE color: 13947975.

HSL color Cylindrical-coordinate representation of color #47D4D4: hue angle of 180º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #47D4D4 is Cyan = 0.67, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB71212212-
CMYK0.67000.17
HSL180º62.11%55.49%-
HSV(B)180º66.51%83.14%-
XYZ38.0353.1870.55-
YUV169.84151.7957.5-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 14.34%
GREEN value IS 212 (83.20% from 255) = 42.83%
BLUE value IS 212 (83.20% from 255) = 42.83%
R=14.34%
G=42.83%
B=42.83%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal712122120.67000.1718062.1155.49
Hex47D4D4430011b43e37
Octal10732432410300212647667
Binary100011111010100110101001000011001000110110100111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47D4D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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