Html Css Color HEX #50DACE Medium Turquoise

📋 copy color: '#50DACE'

red 80 ◦ green 218 ◦ blue 206

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

Shades of Medium Turquoise #50DACE

Tints of Medium Turquoise #50DACE

RGB

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

 GREEN value IS 218 (85.55% from 255) = 43.25%

 BLUE value IS 206 (80.86% from 255) = 40.87%

R = 15.87%
G = 43.25%
B = 40.87%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#50DACE (or 0x50DACE) is known color: Medium Turquoise. HEX triplet: 50, DA and CE. RGB value is (80,218,206). Sum of RGB (Red+Green+Blue) = 80+218+206=504 (66% of max value = 765). Red value is 80 (31.64% from 255 or 15.87% from 504); Green value is 218 (85.55% from 255 or 43.25% from 504); Blue value is 206 (80.86% from 255 or 40.87% from 504); Max value from RGB is 218 - color contains mainly: green. Hex color #50DACE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50DACE is #AF2531. Grayscale: #AFAFAF. Windows color (decimal): -11478322 or 13556304. OLE color: 13556304.

HSL color Cylindrical-coordinate representation of color #50DACE: hue angle of 174.78º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50DACE is Cyan = 0.63, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 80 218 206 -
CMYK 0.63 0 0.06 0.15
HSL 174.78º 0.65% 0.58% -
HSV(B) 174.78º 0.63% 0.85% -
XYZ 39.52 56.3 67.18 -
YUV 175.37 145.28 59.98 -
System Red Green Blue C M Y K H S L
Decimal 80 218 206 0.63 0 0.06 0.15 174.78 0.65 0.58
Hex 50 DA CE 3F 0 6 F AF 41 3A
Octal 120 332 316 77 0 6 17 257 101 72
Binary 1010000 11011010 11001110 111111 0 110 1111 10101111 1000001 111010

Color Harmonies of #50DACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DACE

Black with #50DACE

Text Example


Text Example

White with #50DACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,218,206); }

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

background-color css

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

 a { background-color: rgb(80,218,206); }

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

border-color css

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

 span { border-color: rgb(80,218,206); }

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