#47C6DE

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

Shades of Medium Turquoise #47C6DE

Tints of Medium Turquoise #47C6DE

Color information

#47C6DE (or 0x47C6DE) is unknown color: approx Medium Turquoise. HEX triplet: 47, C6 and DE. RGB value is (71,198,222). Sum of RGB (Red+Green+Blue) = 71+198+222=491 (65% of max value = 765). Red value is 71 (28.12% from 255 or 14.46% from 491); Green value is 198 (77.73% from 255 or 40.33% from 491); Blue value is 222 (87.11% from 255 or 45.21% from 491); Max value from RGB is 222 - color contains mainly: blue. Hex color #47C6DE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47C6DE is #B83921. Grayscale: #A2A2A2. Windows color (decimal): -12073250 or 14599751. OLE color: 14599751.

HSL color Cylindrical-coordinate representation of color #47C6DE: hue angle of 189.54º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47C6DE is Cyan = 0.68, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB71198222-
CMYK0.680.1100.13
HSL189.54º69.59%57.45%-
HSV(B)189.54º68.02%87.06%-
XYZ35.984776.28-
YUV162.76161.4262.55-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 14.46%
GREEN value IS 198 (77.73% from 255) = 40.33%
BLUE value IS 222 (87.11% from 255) = 45.21%
R=14.46%
G=40.33%
B=45.21%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal711982220.680.1100.13189.5469.5957.45
Hex47C6DE44B0Dbe4639
Octal1073063361041301527610671
Binary100011111000110110111101000100101101101101111101000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47C6DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,198,222); }

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

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

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

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

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

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

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