#47C5DD

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

Shades of Medium Turquoise #47C5DD

Tints of Medium Turquoise #47C5DD

Color information

#47C5DD (or 0x47C5DD) is unknown color: approx Medium Turquoise. HEX triplet: 47, C5 and DD. RGB value is (71,197,221). Sum of RGB (Red+Green+Blue) = 71+197+221=489 (64% of max value = 765). Red value is 71 (28.12% from 255 or 14.52% from 489); Green value is 197 (77.34% from 255 or 40.29% from 489); Blue value is 221 (86.72% from 255 or 45.19% from 489); Max value from RGB is 221 - color contains mainly: blue. Hex color #47C5DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47C5DD is #B83A22. Grayscale: #A1A1A1. Windows color (decimal): -12073507 or 14533959. OLE color: 14533959.

HSL color Cylindrical-coordinate representation of color #47C5DD: hue angle of 189.6º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47C5DD is Cyan = 0.68, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB71197221-
CMYK0.680.1100.13
HSL189.6º68.81%57.25%-
HSV(B)189.6º67.87%86.67%-
XYZ35.6246.4975.5-
YUV162.06161.2663.05-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 14.52%
GREEN value IS 197 (77.34% from 255) = 40.29%
BLUE value IS 221 (86.72% from 255) = 45.19%
R=14.52%
G=40.29%
B=45.19%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal711972210.680.1100.13189.668.8157.25
Hex47C5DD44B0Dbe4539
Octal1073053351041301527610571
Binary100011111000101110111011000100101101101101111101000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47C5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,197,221); }

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

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

 a { background-color: rgb(71,197,221); }

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

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

 span { border-color: rgb(71,197,221); }

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