#50CCD2

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

Shades of Medium Turquoise #50CCD2

Tints of Medium Turquoise #50CCD2

Color information

#50CCD2 (or 0x50CCD2) is unknown color: approx Medium Turquoise. HEX triplet: 50, CC and D2. RGB value is (80,204,210). Sum of RGB (Red+Green+Blue) = 80+204+210=494 (65% of max value = 765). Red value is 80 (31.64% from 255 or 16.19% from 494); Green value is 204 (80.08% from 255 or 41.30% from 494); Blue value is 210 (82.42% from 255 or 42.51% from 494); Max value from RGB is 210 - color contains mainly: blue. Hex color #50CCD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50CCD2 is #AF332D. Grayscale: #A7A7A7. Windows color (decimal): -11481902 or 13814864. OLE color: 13814864.

HSL color Cylindrical-coordinate representation of color #50CCD2: hue angle of 182.77º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50CCD2 is Cyan = 0.62, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB80204210-
CMYK0.620.0300.18
HSL182.77º59.09%56.86%-
HSV(B)182.77º61.9%82.35%-
XYZ36.5349.5468.61-
YUV167.61151.9265.51-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 16.19%
GREEN value IS 204 (80.08% from 255) = 41.30%
BLUE value IS 210 (82.42% from 255) = 42.51%
R=16.19%
G=41.30%
B=42.51%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal802042100.620.0300.18182.7759.0956.86
Hex50CCD23E3012b73b39
Octal1203143227630222677371
Binary101000011001100110100101111101101001010110111111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50CCD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50CCD2; }

 p { color: rgb(80,204,210); }

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

<style>
 a { background-color: #50CCD2; }

 a { background-color: rgb(80,204,210); }

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

<style>
 span { border-color: #50CCD2; }

 span { border-color: rgb(80,204,210); }

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