#47D7E3

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

Shades of Medium Turquoise #47D7E3

Tints of Medium Turquoise #47D7E3

Color information

#47D7E3 (or 0x47D7E3) is unknown color: approx Medium Turquoise. HEX triplet: 47, D7 and E3. RGB value is (71,215,227). Sum of RGB (Red+Green+Blue) = 71+215+227=513 (67% of max value = 765). Red value is 71 (28.12% from 255 or 13.84% from 513); Green value is 215 (84.38% from 255 or 41.91% from 513); Blue value is 227 (89.06% from 255 or 44.25% from 513); Max value from RGB is 227 - color contains mainly: blue. Hex color #47D7E3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47D7E3 is #B8281C. Grayscale: #ADADAD. Windows color (decimal): -12068893 or 14931783. OLE color: 14931783.

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

Color convert

RGB71215227-
CMYK0.690.0500.11
HSL184.62º73.58%58.43%-
HSV(B)184.62º68.72%89.02%-
XYZ40.7655.4981.23-
YUV173.31158.2955.02-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 13.84%
GREEN value IS 215 (84.38% from 255) = 41.91%
BLUE value IS 227 (89.06% from 255) = 44.25%
R=13.84%
G=41.91%
B=44.25%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal712152270.690.0500.11184.6273.5858.43
Hex47D7E34550Bb94a3a
Octal107327343105501327111272
Binary10001111101011111100011100010110101011101110011001010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47D7E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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