Html Css Color HEX #50CADB Medium Turquoise

📋 copy color: '#50CADB'

red 80 ◦ green 202 ◦ blue 219

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

Shades of Medium Turquoise #50CADB

Tints of Medium Turquoise #50CADB

RGB

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

 GREEN value IS 202 (79.3% from 255) = 40.32%

 BLUE value IS 219 (85.94% from 255) = 43.71%

R = 15.97%
G = 40.32%
B = 43.71%

CMYK

 C value IS 0.63

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#50CADB (or 0x50CADB) is known color: Medium Turquoise. HEX triplet: 50, CA and DB. RGB value is (80,202,219). Sum of RGB (Red+Green+Blue) = 80+202+219=501 (66% of max value = 765). Red value is 80 (31.64% from 255 or 15.97% from 501); Green value is 202 (79.30% from 255 or 40.32% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 219 - color contains mainly: blue. Hex color #50CADB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50CADB is #AF3524. Grayscale: #A7A7A7. Windows color (decimal): -11482405 or 14404176. OLE color: 14404176.

HSL color Cylindrical-coordinate representation of color #50CADB: hue angle of 187.34º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50CADB is Cyan = 0.63, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 80 202 219 -
CMYK 0.63 0.08 0 0.14
HSL 187.34º 0.66% 0.59% -
HSV(B) 187.34º 0.63% 0.86% -
XYZ 37.21 49.06 74.53 -
YUV 167.46 157.08 65.62 -
System Red Green Blue C M Y K H S L
Decimal 80 202 219 0.63 0.08 0 0.14 187.34 0.66 0.59
Hex 50 CA DB 3F 8 0 E BB 42 3B
Octal 120 312 333 77 10 0 16 273 102 73
Binary 1010000 11001010 11011011 111111 1000 0 1110 10111011 1000010 111011

Color Harmonies of #50CADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CADB

Black with #50CADB

Text Example


Text Example

White with #50CADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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