Html Css Color HEX #50CAD4 Medium Turquoise

📋 copy color: '#50CAD4'

red 80 ◦ green 202 ◦ blue 212

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

Shades of Medium Turquoise #50CAD4

Tints of Medium Turquoise #50CAD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 42.91%

R = 16.19%
G = 40.89%
B = 42.91%

CMYK

 C value IS 0.62

 M value IS 0.05

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#50CAD4 (or 0x50CAD4) is known color: Medium Turquoise. HEX triplet: 50, CA and D4. RGB value is (80,202,212). Sum of RGB (Red+Green+Blue) = 80+202+212=494 (65% of max value = 765). Red value is 80 (31.64% from 255 or 16.19% from 494); Green value is 202 (79.30% from 255 or 40.89% from 494); Blue value is 212 (83.20% from 255 or 42.91% from 494); Max value from RGB is 212 - color contains mainly: blue. Hex color #50CAD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50CAD4 is #AF352B. Grayscale: #A6A6A6. Windows color (decimal): -11482412 or 13945424. OLE color: 13945424.

HSL color Cylindrical-coordinate representation of color #50CAD4: hue angle of 184.55º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50CAD4 is Cyan = 0.62, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 80 202 212 -
CMYK 0.62 0.05 0 0.17
HSL 184.55º 0.61% 0.57% -
HSV(B) 184.55º 0.62% 0.83% -
XYZ 36.31 48.7 69.77 -
YUV 166.66 153.58 66.19 -
System Red Green Blue C M Y K H S L
Decimal 80 202 212 0.62 0.05 0 0.17 184.55 0.61 0.57
Hex 50 CA D4 3E 5 0 11 B9 3D 39
Octal 120 312 324 76 5 0 21 271 75 71
Binary 1010000 11001010 11010100 111110 101 0 10001 10111001 111101 111001

Color Harmonies of #50CAD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CAD4

Black with #50CAD4

Text Example


Text Example

White with #50CAD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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