Html Css Color HEX #50C8CA Medium Turquoise

📋 copy color: '#50C8CA'

red 80 ◦ green 200 ◦ blue 202

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

Shades of Medium Turquoise #50C8CA

Tints of Medium Turquoise #50C8CA

RGB

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

 GREEN value IS 200 (78.52% from 255) = 41.49%

 BLUE value IS 202 (79.3% from 255) = 41.91%

R = 16.6%
G = 41.49%
B = 41.91%

CMYK

 C value IS 0.60

 M value IS 0.01

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#50C8CA (or 0x50C8CA) is known color: Medium Turquoise. HEX triplet: 50, C8 and CA. RGB value is (80,200,202). Sum of RGB (Red+Green+Blue) = 80+200+202=482 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.60% from 482); Green value is 200 (78.52% from 255 or 41.49% from 482); Blue value is 202 (79.30% from 255 or 41.91% from 482); Max value from RGB is 202 - color contains mainly: blue. Hex color #50C8CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50C8CA is #AF3735. Grayscale: #A4A4A4. Windows color (decimal): -11482934 or 13289552. OLE color: 13289552.

HSL color Cylindrical-coordinate representation of color #50C8CA: hue angle of 180.98º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50C8CA is Cyan = 0.60, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 80 200 202 -
CMYK 0.60 0.01 0 0.21
HSL 180.98º 0.54% 0.55% -
HSV(B) 180.98º 0.6% 0.79% -
XYZ 34.62 47.28 63.18 -
YUV 164.35 149.24 67.84 -
System Red Green Blue C M Y K H S L
Decimal 80 200 202 0.60 0.01 0 0.21 180.98 0.54 0.55
Hex 50 C8 CA 3C 1 0 15 B5 36 37
Octal 120 310 312 74 1 0 25 265 66 67
Binary 1010000 11001000 11001010 111100 1 0 10101 10110101 110110 110111

Color Harmonies of #50C8CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C8CA

Black with #50C8CA

Text Example


Text Example

White with #50C8CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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