Html Css Color HEX #50D2CC Medium Turquoise

📋 copy color: '#50D2CC'

red 80 ◦ green 210 ◦ blue 204

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

Shades of Medium Turquoise #50D2CC

Tints of Medium Turquoise #50D2CC

RGB

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

 GREEN value IS 210 (82.42% from 255) = 42.51%

 BLUE value IS 204 (80.08% from 255) = 41.3%

R = 16.19%
G = 42.51%
B = 41.3%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#50D2CC (or 0x50D2CC) is known color: Medium Turquoise. HEX triplet: 50, D2 and CC. RGB value is (80,210,204). Sum of RGB (Red+Green+Blue) = 80+210+204=494 (65% of max value = 765). Red value is 80 (31.64% from 255 or 16.19% from 494); Green value is 210 (82.42% from 255 or 42.51% from 494); Blue value is 204 (80.08% from 255 or 41.30% from 494); Max value from RGB is 210 - color contains mainly: green. Hex color #50D2CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50D2CC is #AF2D33. Grayscale: #AAAAAA. Windows color (decimal): -11480372 or 13423184. OLE color: 13423184.

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

Color convert

RGB 80 210 204 -
CMYK 0.62 0 0.03 0.18
HSL 177.23º 0.59% 0.57% -
HSV(B) 177.23º 0.62% 0.82% -
XYZ 37.25 52.16 65.23 -
YUV 170.45 146.93 63.49 -
System Red Green Blue C M Y K H S L
Decimal 80 210 204 0.62 0 0.03 0.18 177.23 0.59 0.57
Hex 50 D2 CC 3E 0 3 12 B1 3B 39
Octal 120 322 314 76 0 3 22 261 73 71
Binary 1010000 11010010 11001100 111110 0 11 10010 10110001 111011 111001

Color Harmonies of #50D2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D2CC

Black with #50D2CC

Text Example


Text Example

White with #50D2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,210,204); }

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

background-color css

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

 a { background-color: rgb(80,210,204); }

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

border-color css

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

 span { border-color: rgb(80,210,204); }

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