#47D5EB

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

Shades of Medium Turquoise #47D5EB

Tints of Medium Turquoise #47D5EB

Color information

#47D5EB (or 0x47D5EB) is unknown color: approx Medium Turquoise. HEX triplet: 47, D5 and EB. RGB value is (71,213,235). Sum of RGB (Red+Green+Blue) = 71+213+235=519 (68% of max value = 765). Red value is 71 (28.12% from 255 or 13.68% from 519); Green value is 213 (83.59% from 255 or 41.04% from 519); Blue value is 235 (92.19% from 255 or 45.28% from 519); Max value from RGB is 235 - color contains mainly: blue. Hex color #47D5EB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47D5EB is #B82A14. Grayscale: #ACACAC. Windows color (decimal): -12069397 or 15455559. OLE color: 15455559.

HSL color Cylindrical-coordinate representation of color #47D5EB: hue angle of 188.05º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #47D5EB is Cyan = 0.70, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB71213235-
CMYK0.700.0900.08
HSL188.05º80.39%60%-
HSV(B)188.05º69.79%92.16%-
XYZ41.3954.9387.02-
YUV173.05162.9655.21-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 13.68%
GREEN value IS 213 (83.59% from 255) = 41.04%
BLUE value IS 235 (92.19% from 255) = 45.28%
R=13.68%
G=41.04%
B=45.28%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal712132350.700.0900.08188.0580.3960
Hex47D5EB46908bc503c
Octal1073253531061101027412074
Binary100011111010101111010111000110100101000101111001010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47D5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,213,235); }

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

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

 a { background-color: rgb(71,213,235); }

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

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

 span { border-color: rgb(71,213,235); }

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