Html Css Color HEX #50CDCE Medium Turquoise

📋 copy color: '#50CDCE'

red 80 ◦ green 205 ◦ blue 206

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

Shades of Medium Turquoise #50CDCE

Tints of Medium Turquoise #50CDCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.96%

R = 16.29%
G = 41.75%
B = 41.96%

CMYK

 C value IS 0.61

 M value IS 0.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#50CDCE (or 0x50CDCE) is known color: Medium Turquoise. HEX triplet: 50, CD and CE. RGB value is (80,205,206). Sum of RGB (Red+Green+Blue) = 80+205+206=491 (65% of max value = 765). Red value is 80 (31.64% from 255 or 16.29% from 491); Green value is 205 (80.47% from 255 or 41.75% from 491); Blue value is 206 (80.86% from 255 or 41.96% from 491); Max value from RGB is 206 - color contains mainly: blue. Hex color #50CDCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50CDCE is #AF3231. Grayscale: #A7A7A7. Windows color (decimal): -11481650 or 13552976. OLE color: 13552976.

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

Color convert

RGB 80 205 206 -
CMYK 0.61 0.00 0 0.19
HSL 180.48º 0.56% 0.56% -
HSV(B) 180.48º 0.61% 0.81% -
XYZ 36.28 49.82 66.1 -
YUV 167.74 149.59 65.42 -
System Red Green Blue C M Y K H S L
Decimal 80 205 206 0.61 0.00 0 0.19 180.48 0.56 0.56
Hex 50 CD CE 3D 0 0 13 B4 38 38
Octal 120 315 316 75 0 0 23 264 70 70
Binary 1010000 11001101 11001110 111101 0 0 10011 10110100 111000 111000

Color Harmonies of #50CDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CDCE

Black with #50CDCE

Text Example


Text Example

White with #50CDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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