#47C9E3

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

Shades of Medium Turquoise #47C9E3

Tints of Medium Turquoise #47C9E3

Color information

#47C9E3 (or 0x47C9E3) is unknown color: approx Medium Turquoise. HEX triplet: 47, C9 and E3. RGB value is (71,201,227). Sum of RGB (Red+Green+Blue) = 71+201+227=499 (66% of max value = 765). Red value is 71 (28.12% from 255 or 14.23% from 499); Green value is 201 (78.91% from 255 or 40.28% from 499); Blue value is 227 (89.06% from 255 or 45.49% from 499); Max value from RGB is 227 - color contains mainly: blue. Hex color #47C9E3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47C9E3 is #B8361C. Grayscale: #A4A4A4. Windows color (decimal): -12072477 or 14928199. OLE color: 14928199.

HSL color Cylindrical-coordinate representation of color #47C9E3: hue angle of 190º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #47C9E3 is Cyan = 0.69, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB71201227-
CMYK0.690.1100.11
HSL190º73.58%58.43%-
HSV(B)190º68.72%89.02%-
XYZ37.3548.6680.1-
YUV165.09162.9360.89-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 14.23%
GREEN value IS 201 (78.91% from 255) = 40.28%
BLUE value IS 227 (89.06% from 255) = 45.49%
R=14.23%
G=40.28%
B=45.49%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal712012270.690.1100.1119073.5858.43
Hex47C9E345B0Bbe4a3a
Octal1073113431051301327611272
Binary100011111001001111000111000101101101011101111101001010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47C9E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,201,227); }

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

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

 a { background-color: rgb(71,201,227); }

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

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

 span { border-color: rgb(71,201,227); }

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