#47E3C1

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

Shades of Turquoise #47E3C1

Tints of Turquoise #47E3C1

Color information

#47E3C1 (or 0x47E3C1) is unknown color: approx Turquoise. HEX triplet: 47, E3 and C1. RGB value is (71,227,193). Sum of RGB (Red+Green+Blue) = 71+227+193=491 (65% of max value = 765). Red value is 71 (28.12% from 255 or 14.46% from 491); Green value is 227 (89.06% from 255 or 46.23% from 491); Blue value is 193 (75.78% from 255 or 39.31% from 491); Max value from RGB is 227 - color contains mainly: green. Hex color #47E3C1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47E3C1 is #B81C3E. Grayscale: #B0B0B0. Windows color (decimal): -12065855 or 12706631. OLE color: 12706631.

HSL color Cylindrical-coordinate representation of color #47E3C1: hue angle of 166.92º 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 #47E3C1 is Cyan = 0.69, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.11.

Color convert

RGB71227193-
CMYK0.6900.150.11
HSL166.92º73.58%58.43%-
HSV(B)166.92º68.72%89.02%-
XYZ39.6960.1359.97-
YUV176.48137.3252.76-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 14.46%
GREEN value IS 227 (89.06% from 255) = 46.23%
BLUE value IS 193 (75.78% from 255) = 39.31%
R=14.46%
G=46.23%
B=39.31%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal712271930.6900.150.11166.9273.5858.43
Hex47E3C1450FBa74a3a
Octal1073433011050171324711272
Binary100011111100011110000011000101011111011101001111001010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47E3C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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