#50CDBC

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

Shades of Medium Turquoise #50CDBC

Tints of Medium Turquoise #50CDBC

Color information

#50CDBC (or 0x50CDBC) is unknown color: approx Medium Turquoise. HEX triplet: 50, CD and BC. RGB value is (80,205,188). Sum of RGB (Red+Green+Blue) = 80+205+188=473 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.91% from 473); Green value is 205 (80.47% from 255 or 43.34% from 473); Blue value is 188 (73.83% from 255 or 39.75% from 473); Max value from RGB is 205 - color contains mainly: green. Hex color #50CDBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50CDBC is #AF3243. Grayscale: #A5A5A5. Windows color (decimal): -11481668 or 12373328. OLE color: 12373328.

HSL color Cylindrical-coordinate representation of color #50CDBC: hue angle of 171.84º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50CDBC is Cyan = 0.61, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB80205188-
CMYK0.6100.080.20
HSL171.84º55.56%55.88%-
HSV(B)171.84º60.98%80.39%-
XYZ34.224955.23-
YUV165.69140.5966.88-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 16.91%
GREEN value IS 205 (80.47% from 255) = 43.34%
BLUE value IS 188 (73.83% from 255) = 39.75%
R=16.91%
G=43.34%
B=39.75%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal802051880.6100.080.20171.8455.5655.88
Hex50CDBC3D0814ac3838
Octal12031527475010242547070
Binary10100001100110110111100111101010001010010101100111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50CDBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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