#47D0BC

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

Shades of Medium Turquoise #47D0BC

Tints of Medium Turquoise #47D0BC

Color information

#47D0BC (or 0x47D0BC) is unknown color: approx Medium Turquoise. HEX triplet: 47, D0 and BC. RGB value is (71,208,188). Sum of RGB (Red+Green+Blue) = 71+208+188=467 (61% of max value = 765). Red value is 71 (28.12% from 255 or 15.20% from 467); Green value is 208 (81.64% from 255 or 44.54% from 467); Blue value is 188 (73.83% from 255 or 40.26% from 467); Max value from RGB is 208 - color contains mainly: green. Hex color #47D0BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47D0BC is #B82F43. Grayscale: #A4A4A4. Windows color (decimal): -12070724 or 12374087. OLE color: 12374087.

HSL color Cylindrical-coordinate representation of color #47D0BC: hue angle of 171.24º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #47D0BC is Cyan = 0.66, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB71208188-
CMYK0.6600.100.18
HSL171.24º59.31%54.71%-
HSV(B)171.24º65.87%81.57%-
XYZ34.2350.0855.44-
YUV164.76141.1161.13-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 15.20%
GREEN value IS 208 (81.64% from 255) = 44.54%
BLUE value IS 188 (73.83% from 255) = 40.26%
R=15.20%
G=44.54%
B=40.26%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal712081880.6600.100.18171.2459.3154.71
Hex47D0BC420A12ab3b37
Octal107320274102012222537367
Binary100011111010000101111001000010010101001010101011111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47D0BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,208,188); }

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

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

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

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

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

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

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