#47C8DD

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

Shades of Medium Turquoise #47C8DD

Tints of Medium Turquoise #47C8DD

Color information

#47C8DD (or 0x47C8DD) is unknown color: approx Medium Turquoise. HEX triplet: 47, C8 and DD. RGB value is (71,200,221). Sum of RGB (Red+Green+Blue) = 71+200+221=492 (65% of max value = 765). Red value is 71 (28.12% from 255 or 14.43% from 492); Green value is 200 (78.52% from 255 or 40.65% from 492); Blue value is 221 (86.72% from 255 or 44.92% from 492); Max value from RGB is 221 - color contains mainly: blue. Hex color #47C8DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47C8DD is #B83722. Grayscale: #A3A3A3. Windows color (decimal): -12072739 or 14534727. OLE color: 14534727.

HSL color Cylindrical-coordinate representation of color #47C8DD: hue angle of 188.4º 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 #47C8DD is Cyan = 0.68, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB71200221-
CMYK0.680.1000.13
HSL188.4º68.81%57.25%-
HSV(B)188.4º67.87%86.67%-
XYZ36.347.8775.73-
YUV163.82160.2661.79-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 14.43%
GREEN value IS 200 (78.52% from 255) = 40.65%
BLUE value IS 221 (86.72% from 255) = 44.92%
R=14.43%
G=40.65%
B=44.92%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal712002210.680.1000.13188.468.8157.25
Hex47C8DD44A0Dbc4539
Octal1073103351041201527410571
Binary100011111001000110111011000100101001101101111001000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47C8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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