#47CCDB

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

Shades of Medium Turquoise #47CCDB

Tints of Medium Turquoise #47CCDB

Color information

#47CCDB (or 0x47CCDB) is unknown color: approx Medium Turquoise. HEX triplet: 47, CC and DB. RGB value is (71,204,219). Sum of RGB (Red+Green+Blue) = 71+204+219=494 (65% of max value = 765). Red value is 71 (28.12% from 255 or 14.37% from 494); Green value is 204 (80.08% from 255 or 41.30% from 494); Blue value is 219 (85.94% from 255 or 44.33% from 494); Max value from RGB is 219 - color contains mainly: blue. Hex color #47CCDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47CCDB is #B83324. Grayscale: #A5A5A5. Windows color (decimal): -12071717 or 14404679. OLE color: 14404679.

HSL color Cylindrical-coordinate representation of color #47CCDB: hue angle of 186.08º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47CCDB is Cyan = 0.68, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB71204219-
CMYK0.680.0700.14
HSL186.08º67.27%56.86%-
HSV(B)186.08º67.58%85.88%-
XYZ36.9849.6474.65-
YUV165.94157.9460.28-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 14.37%
GREEN value IS 204 (80.08% from 255) = 41.30%
BLUE value IS 219 (85.94% from 255) = 44.33%
R=14.37%
G=41.30%
B=44.33%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal712042190.680.0700.14186.0867.2756.86
Hex47CCDB4470Eba4339
Octal107314333104701627210371
Binary10001111100110011011011100010011101110101110101000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47CCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,204,219); }

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

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

 a { background-color: rgb(71,204,219); }

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

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

 span { border-color: rgb(71,204,219); }

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