#50DFDB

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

Shades of Turquoise #50DFDB

Tints of Turquoise #50DFDB

Color information

#50DFDB (or 0x50DFDB) is unknown color: approx Turquoise. HEX triplet: 50, DF and DB. RGB value is (80,223,219). Sum of RGB (Red+Green+Blue) = 80+223+219=522 (69% of max value = 765). Red value is 80 (31.64% from 255 or 15.33% from 522); Green value is 223 (87.5% from 255 or 42.72% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 223 - color contains mainly: green. Hex color #50DFDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50DFDB is #AF2024. Grayscale: #B3B3B3. Windows color (decimal): -11477029 or 14409552. OLE color: 14409552.

HSL color Cylindrical-coordinate representation of color #50DFDB: hue angle of 178.32º degrees, saturation: 0.69, 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 #50DFDB is Cyan = 0.64, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB80223219-
CMYK0.6400.020.13
HSL178.32º69.08%59.41%-
HSV(B)178.32º64.13%87.45%-
XYZ42.4859.676.28-
YUV179.79150.1256.83-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 15.33%
GREEN value IS 223 (87.5% from 255) = 42.72%
BLUE value IS 219 (85.94% from 255) = 41.95%
R=15.33%
G=42.72%
B=41.95%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal802232190.6400.020.13178.3269.0859.41
Hex50DFDB4002Db2453b
Octal120337333100021526210573
Binary1010000110111111101101110000000101101101100101000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50DFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,223,219); }

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

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

 a { background-color: rgb(80,223,219); }

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

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

 span { border-color: rgb(80,223,219); }

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