#50CDDE

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

Shades of Medium Turquoise #50CDDE

Tints of Medium Turquoise #50CDDE

Color information

#50CDDE (or 0x50CDDE) is unknown color: approx Medium Turquoise. HEX triplet: 50, CD and DE. RGB value is (80,205,222). Sum of RGB (Red+Green+Blue) = 80+205+222=507 (67% of max value = 765). Red value is 80 (31.64% from 255 or 15.78% from 507); Green value is 205 (80.47% from 255 or 40.43% from 507); Blue value is 222 (87.11% from 255 or 43.79% from 507); Max value from RGB is 222 - color contains mainly: blue. Hex color #50CDDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50CDDE is #AF3221. Grayscale: #A9A9A9. Windows color (decimal): -11481634 or 14601552. OLE color: 14601552.

HSL color Cylindrical-coordinate representation of color #50CDDE: hue angle of 187.18º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50CDDE is Cyan = 0.64, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB80205222-
CMYK0.640.0800.13
HSL187.18º68.27%59.22%-
HSV(B)187.18º63.96%87.06%-
XYZ38.3250.6476.86-
YUV169.56157.5964.12-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 15.78%
GREEN value IS 205 (80.47% from 255) = 40.43%
BLUE value IS 222 (87.11% from 255) = 43.79%
R=15.78%
G=40.43%
B=43.79%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal802052220.640.0800.13187.1868.2759.22
Hex50CDDE4080Dbb443b
Octal1203153361001001527310473
Binary101000011001101110111101000000100001101101110111000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50CDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,205,222); }

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

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

 a { background-color: rgb(80,205,222); }

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

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

 span { border-color: rgb(80,205,222); }

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