Html Css Color HEX #50CED5 Medium Turquoise

📋 copy color: '#50CED5'

red 80 ◦ green 206 ◦ blue 213

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

Shades of Medium Turquoise #50CED5

Tints of Medium Turquoise #50CED5

RGB

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

 GREEN value IS 206 (80.86% from 255) = 41.28%

 BLUE value IS 213 (83.59% from 255) = 42.69%

R = 16.03%
G = 41.28%
B = 42.69%

CMYK

 C value IS 0.62

 M value IS 0.03

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#50CED5 (or 0x50CED5) is known color: Medium Turquoise. HEX triplet: 50, CE and D5. RGB value is (80,206,213). Sum of RGB (Red+Green+Blue) = 80+206+213=499 (66% of max value = 765). Red value is 80 (31.64% from 255 or 16.03% from 499); Green value is 206 (80.86% from 255 or 41.28% from 499); Blue value is 213 (83.59% from 255 or 42.69% from 499); Max value from RGB is 213 - color contains mainly: blue. Hex color #50CED5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50CED5 is #AF312A. Grayscale: #A8A8A8. Windows color (decimal): -11481387 or 14011984. OLE color: 14011984.

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

Color convert

RGB 80 206 213 -
CMYK 0.62 0.03 0 0.16
HSL 183.16º 0.61% 0.57% -
HSV(B) 183.16º 0.62% 0.84% -
XYZ 37.39 50.65 70.76 -
YUV 169.12 152.76 64.43 -
System Red Green Blue C M Y K H S L
Decimal 80 206 213 0.62 0.03 0 0.16 183.16 0.61 0.57
Hex 50 CE D5 3E 3 0 10 B7 3D 39
Octal 120 316 325 76 3 0 20 267 75 71
Binary 1010000 11001110 11010101 111110 11 0 10000 10110111 111101 111001

Color Harmonies of #50CED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CED5

Black with #50CED5

Text Example


Text Example

White with #50CED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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