Html Css Color HEX #50CACB Medium Turquoise

📋 copy color: '#50CACB'

red 80 ◦ green 202 ◦ blue 203

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

Shades of Medium Turquoise #50CACB

Tints of Medium Turquoise #50CACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.86%

R = 16.49%
G = 41.65%
B = 41.86%

CMYK

 C value IS 0.61

 M value IS 0.00

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#50CACB (or 0x50CACB) is known color: Medium Turquoise. HEX triplet: 50, CA and CB. RGB value is (80,202,203). Sum of RGB (Red+Green+Blue) = 80+202+203=485 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.49% from 485); Green value is 202 (79.30% from 255 or 41.65% from 485); Blue value is 203 (79.69% from 255 or 41.86% from 485); Max value from RGB is 203 - color contains mainly: blue. Hex color #50CACB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50CACB is #AF3534. Grayscale: #A5A5A5. Windows color (decimal): -11482421 or 13355600. OLE color: 13355600.

HSL color Cylindrical-coordinate representation of color #50CACB: hue angle of 180.49º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50CACB is Cyan = 0.61, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 80 202 203 -
CMYK 0.61 0.00 0 0.20
HSL 180.49º 0.54% 0.55% -
HSV(B) 180.49º 0.61% 0.8% -
XYZ 35.21 48.26 63.96 -
YUV 165.64 149.08 66.92 -
System Red Green Blue C M Y K H S L
Decimal 80 202 203 0.61 0.00 0 0.20 180.49 0.54 0.55
Hex 50 CA CB 3D 0 0 14 B4 36 37
Octal 120 312 313 75 0 0 24 264 66 67
Binary 1010000 11001010 11001011 111101 0 0 10100 10110100 110110 110111

Color Harmonies of #50CACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CACB

Black with #50CACB

Text Example


Text Example

White with #50CACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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