Html Css Color HEX #50CDD6 Medium Turquoise

📋 copy color: '#50CDD6'

red 80 ◦ green 205 ◦ blue 214

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

Shades of Medium Turquoise #50CDD6

Tints of Medium Turquoise #50CDD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 42.89%

R = 16.03%
G = 41.08%
B = 42.89%

CMYK

 C value IS 0.63

 M value IS 0.04

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#50CDD6 (or 0x50CDD6) is known color: Medium Turquoise. HEX triplet: 50, CD and D6. RGB value is (80,205,214). Sum of RGB (Red+Green+Blue) = 80+205+214=499 (66% of max value = 765). Red value is 80 (31.64% from 255 or 16.03% from 499); Green value is 205 (80.47% from 255 or 41.08% from 499); Blue value is 214 (83.98% from 255 or 42.89% from 499); Max value from RGB is 214 - color contains mainly: blue. Hex color #50CDD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50CDD6 is #AF3229. Grayscale: #A8A8A8. Windows color (decimal): -11481642 or 14077264. OLE color: 14077264.

HSL color Cylindrical-coordinate representation of color #50CDD6: hue angle of 184.03º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50CDD6 is Cyan = 0.63, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 80 205 214 -
CMYK 0.63 0.04 0 0.16
HSL 184.03º 0.62% 0.58% -
HSV(B) 184.03º 0.63% 0.84% -
XYZ 37.28 50.22 71.35 -
YUV 168.65 153.59 64.77 -
System Red Green Blue C M Y K H S L
Decimal 80 205 214 0.63 0.04 0 0.16 184.03 0.62 0.58
Hex 50 CD D6 3F 4 0 10 B8 3E 3A
Octal 120 315 326 77 4 0 20 270 76 72
Binary 1010000 11001101 11010110 111111 100 0 10000 10111000 111110 111010

Color Harmonies of #50CDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CDD6

Black with #50CDD6

Text Example


Text Example

White with #50CDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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