#47D4CD

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

Shades of Medium Turquoise #47D4CD

Tints of Medium Turquoise #47D4CD

Color information

#47D4CD (or 0x47D4CD) is unknown color: approx Medium Turquoise. HEX triplet: 47, D4 and CD. RGB value is (71,212,205). Sum of RGB (Red+Green+Blue) = 71+212+205=488 (64% of max value = 765). Red value is 71 (28.12% from 255 or 14.55% from 488); Green value is 212 (83.20% from 255 or 43.44% from 488); Blue value is 205 (80.47% from 255 or 42.01% from 488); Max value from RGB is 212 - color contains mainly: green. Hex color #47D4CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47D4CD is #B82B32. Grayscale: #A8A8A8. Windows color (decimal): -12069683 or 13489223. OLE color: 13489223.

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

Color convert

RGB71212205-
CMYK0.6700.030.17
HSL177.02º62.11%55.49%-
HSV(B)177.02º66.51%83.14%-
XYZ37.1652.8366-
YUV169.04148.2958.07-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 14.55%
GREEN value IS 212 (83.20% from 255) = 43.44%
BLUE value IS 205 (80.47% from 255) = 42.01%
R=14.55%
G=43.44%
B=42.01%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal712122050.6700.030.17177.0262.1155.49
Hex47D4CD430311b13e37
Octal10732431510303212617667
Binary1000111110101001100110110000110111000110110001111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47D4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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