Html Css Color HEX #50CADC Medium Turquoise

📋 copy color: '#50CADC'

red 80 ◦ green 202 ◦ blue 220

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

Shades of Medium Turquoise #50CADC

Tints of Medium Turquoise #50CADC

RGB

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

 GREEN value IS 202 (79.3% from 255) = 40.24%

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

R = 15.94%
G = 40.24%
B = 43.82%

CMYK

 C value IS 0.64

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#50CADC (or 0x50CADC) is known color: Medium Turquoise. HEX triplet: 50, CA and DC. RGB value is (80,202,220). Sum of RGB (Red+Green+Blue) = 80+202+220=502 (66% of max value = 765). Red value is 80 (31.64% from 255 or 15.94% from 502); Green value is 202 (79.30% from 255 or 40.24% from 502); Blue value is 220 (86.33% from 255 or 43.82% from 502); Max value from RGB is 220 - color contains mainly: blue. Hex color #50CADC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50CADC is #AF3523. Grayscale: #A7A7A7. Windows color (decimal): -11482404 or 14469712. OLE color: 14469712.

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

Color convert

RGB 80 202 220 -
CMYK 0.64 0.08 0 0.14
HSL 187.71º 0.67% 0.59% -
HSV(B) 187.71º 0.64% 0.86% -
XYZ 37.35 49.11 75.22 -
YUV 167.57 157.58 65.54 -
System Red Green Blue C M Y K H S L
Decimal 80 202 220 0.64 0.08 0 0.14 187.71 0.67 0.59
Hex 50 CA DC 40 8 0 E BC 43 3B
Octal 120 312 334 100 10 0 16 274 103 73
Binary 1010000 11001010 11011100 1000000 1000 0 1110 10111100 1000011 111011

Color Harmonies of #50CADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CADC

Black with #50CADC

Text Example


Text Example

White with #50CADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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