#47D3E0

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

Shades of Medium Turquoise #47D3E0

Tints of Medium Turquoise #47D3E0

Color information

#47D3E0 (or 0x47D3E0) is unknown color: approx Medium Turquoise. HEX triplet: 47, D3 and E0. RGB value is (71,211,224). Sum of RGB (Red+Green+Blue) = 71+211+224=506 (67% of max value = 765). Red value is 71 (28.12% from 255 or 14.03% from 506); Green value is 211 (82.81% from 255 or 41.70% from 506); Blue value is 224 (87.89% from 255 or 44.27% from 506); Max value from RGB is 224 - color contains mainly: blue. Hex color #47D3E0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47D3E0 is #B82C1F. Grayscale: #AAAAAA. Windows color (decimal): -12069920 or 14734151. OLE color: 14734151.

HSL color Cylindrical-coordinate representation of color #47D3E0: hue angle of 185.1º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47D3E0 is Cyan = 0.68, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB71211224-
CMYK0.680.0600.12
HSL185.1º71.16%57.84%-
HSV(B)185.1º68.3%87.84%-
XYZ39.3553.3178.74-
YUV170.62158.1256.94-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 14.03%
GREEN value IS 211 (82.81% from 255) = 41.70%
BLUE value IS 224 (87.89% from 255) = 44.27%
R=14.03%
G=41.70%
B=44.27%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal712112240.680.0600.12185.171.1657.84
Hex47D3E04460Cb9473a
Octal107323340104601427110772
Binary10001111101001111100000100010011001100101110011000111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47D3E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,211,224); }

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

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

 a { background-color: rgb(71,211,224); }

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

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

 span { border-color: rgb(71,211,224); }

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