#47D9BA

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

Shades of Medium Turquoise #47D9BA

Tints of Medium Turquoise #47D9BA

Color information

#47D9BA (or 0x47D9BA) is unknown color: approx Medium Turquoise. HEX triplet: 47, D9 and BA. RGB value is (71,217,186). Sum of RGB (Red+Green+Blue) = 71+217+186=474 (62% of max value = 765). Red value is 71 (28.12% from 255 or 14.98% from 474); Green value is 217 (85.16% from 255 or 45.78% from 474); Blue value is 186 (73.05% from 255 or 39.24% from 474); Max value from RGB is 217 - color contains mainly: green. Hex color #47D9BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47D9BA is #B82645. Grayscale: #A9A9A9. Windows color (decimal): -12068422 or 12245319. OLE color: 12245319.

HSL color Cylindrical-coordinate representation of color #47D9BA: hue angle of 167.26º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #47D9BA is Cyan = 0.67, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB71217186-
CMYK0.6700.140.15
HSL167.26º65.77%56.47%-
HSV(B)167.26º67.28%85.1%-
XYZ36.2754.5155.06-
YUV169.81137.1357.52-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 14.98%
GREEN value IS 217 (85.16% from 255) = 45.78%
BLUE value IS 186 (73.05% from 255) = 39.24%
R=14.98%
G=45.78%
B=39.24%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal712171860.6700.140.15167.2665.7756.47
Hex47D9BA430EFa74238
Octal1073312721030161724710270
Binary100011111011001101110101000011011101111101001111000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47D9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,217,186); }

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

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

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

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

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

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

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