#47CBC5

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

Shades of Medium Turquoise #47CBC5

Tints of Medium Turquoise #47CBC5

Color information

#47CBC5 (or 0x47CBC5) is unknown color: approx Medium Turquoise. HEX triplet: 47, CB and C5. RGB value is (71,203,197). Sum of RGB (Red+Green+Blue) = 71+203+197=471 (62% of max value = 765). Red value is 71 (28.12% from 255 or 15.07% from 471); Green value is 203 (79.69% from 255 or 43.10% from 471); Blue value is 197 (77.34% from 255 or 41.83% from 471); Max value from RGB is 203 - color contains mainly: green. Hex color #47CBC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47CBC5 is #B8343A. Grayscale: #A2A2A2. Windows color (decimal): -12071995 or 12962631. OLE color: 12962631.

HSL color Cylindrical-coordinate representation of color #47CBC5: hue angle of 177.27º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #47CBC5 is Cyan = 0.65, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB71203197-
CMYK0.6500.030.20
HSL177.27º55.93%53.73%-
HSV(B)177.27º65.02%79.61%-
XYZ34.0348.0860.31-
YUV162.85147.2762.49-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 15.07%
GREEN value IS 203 (79.69% from 255) = 43.10%
BLUE value IS 197 (77.34% from 255) = 41.83%
R=15.07%
G=43.10%
B=41.83%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal712031970.6500.030.20177.2755.9353.73
Hex47CBC5410314b13836
Octal10731330510103242617066
Binary1000111110010111100010110000010111010010110001111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47CBC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,203,197); }

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

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

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

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

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

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

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