Html Css Color HEX #50E0DC Turquoise

📋 copy color: '#50E0DC'

red 80 ◦ green 224 ◦ blue 220

#50E0DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #50E0DC

Tints of Turquoise #50E0DC

RGB

 RED value IS 80 (31.64% from 255) = 15.27%

 GREEN value IS 224 (87.89% from 255) = 42.75%

 BLUE value IS 220 (86.33% from 255) = 41.98%

R = 15.27%
G = 42.75%
B = 41.98%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#50E0DC (or 0x50E0DC) is known color: Turquoise. HEX triplet: 50, E0 and DC. RGB value is (80,224,220). Sum of RGB (Red+Green+Blue) = 80+224+220=524 (69% of max value = 765). Red value is 80 (31.64% from 255 or 15.27% from 524); Green value is 224 (87.89% from 255 or 42.75% from 524); Blue value is 220 (86.33% from 255 or 41.98% from 524); Max value from RGB is 224 - color contains mainly: green. Hex color #50E0DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50E0DC is #AF1F23. Grayscale: #B4B4B4. Windows color (decimal): -11476772 or 14475344. OLE color: 14475344.

HSL color Cylindrical-coordinate representation of color #50E0DC: hue angle of 178.33º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50E0DC is Cyan = 0.64, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB 80 224 220 -
CMYK 0.64 0 0.02 0.12
HSL 178.33º 0.7% 0.6% -
HSV(B) 178.33º 0.64% 0.88% -
XYZ 42.88 60.18 77.07 -
YUV 180.49 150.29 56.33 -
System Red Green Blue C M Y K H S L
Decimal 80 224 220 0.64 0 0.02 0.12 178.33 0.7 0.6
Hex 50 E0 DC 40 0 2 C B2 46 3C
Octal 120 340 334 100 0 2 14 262 106 74
Binary 1010000 11100000 11011100 1000000 0 10 1100 10110010 1000110 111100

Color Harmonies of #50E0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E0DC

Black with #50E0DC

Text Example


Text Example

White with #50E0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,224,220); }

 H1.HeaderClassName
 {
   color: #50E0DC;
 }
 .AnyTagClassName
 {
   color: #50E0DC;
 }
</style>

background-color css

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

 a { background-color: rgb(80,224,220); }

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

border-color css

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

 span { border-color: rgb(80,224,220); }

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