Html Css Color HEX #50CDCD Medium Turquoise

📋 copy color: '#50CDCD'

red 80 ◦ green 205 ◦ blue 205

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

Shades of Medium Turquoise #50CDCD

Tints of Medium Turquoise #50CDCD

RGB

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

 GREEN value IS 205 (80.47% from 255) = 41.84%

 BLUE value IS 205 (80.47% from 255) = 41.84%

R = 16.33%
G = 41.84%
B = 41.84%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#50CDCD (or 0x50CDCD) is known color: Medium Turquoise. HEX triplet: 50, CD and CD. RGB value is (80,205,205). Sum of RGB (Red+Green+Blue) = 80+205+205=490 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.33% from 490); Green value is 205 (80.47% from 255 or 41.84% from 490); Blue value is 205 (80.47% from 255 or 41.84% from 490); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #50CDCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50CDCD is #AF3232. Grayscale: #A7A7A7. Windows color (decimal): -11481651 or 13487440. OLE color: 13487440.

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

Color convert

RGB 80 205 205 -
CMYK 0.61 0 0 0.20
HSL 180º 0.56% 0.56% -
HSV(B) 180º 0.61% 0.8% -
XYZ 36.16 49.78 65.46 -
YUV 167.63 149.09 65.5 -
System Red Green Blue C M Y K H S L
Decimal 80 205 205 0.61 0 0 0.20 180 0.56 0.56
Hex 50 CD CD 3D 0 0 14 B4 38 38
Octal 120 315 315 75 0 0 24 264 70 70
Binary 1010000 11001101 11001101 111101 0 0 10100 10110100 111000 111000

Color Harmonies of #50CDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CDCD

Black with #50CDCD

Text Example


Text Example

White with #50CDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,205,205); }

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

background-color css

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

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

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

border-color css

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

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

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