Html Css Color HEX #50DBCC Medium Turquoise

📋 copy color: '#50DBCC'

red 80 ◦ green 219 ◦ blue 204

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

Shades of Medium Turquoise #50DBCC

Tints of Medium Turquoise #50DBCC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 43.54%

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

R = 15.9%
G = 43.54%
B = 40.56%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#50DBCC (or 0x50DBCC) is known color: Medium Turquoise. HEX triplet: 50, DB and CC. RGB value is (80,219,204). Sum of RGB (Red+Green+Blue) = 80+219+204=503 (66% of max value = 765). Red value is 80 (31.64% from 255 or 15.90% from 503); Green value is 219 (85.94% from 255 or 43.54% from 503); Blue value is 204 (80.08% from 255 or 40.56% from 503); Max value from RGB is 219 - color contains mainly: green. Hex color #50DBCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50DBCC is #AF2433. Grayscale: #AFAFAF. Windows color (decimal): -11478068 or 13425488. OLE color: 13425488.

HSL color Cylindrical-coordinate representation of color #50DBCC: hue angle of 173.53º 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 #50DBCC is Cyan = 0.63, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 80 219 204 -
CMYK 0.63 0 0.07 0.14
HSL 173.53º 0.66% 0.59% -
HSV(B) 173.53º 0.63% 0.86% -
XYZ 39.54 56.73 65.99 -
YUV 175.73 143.95 59.72 -
System Red Green Blue C M Y K H S L
Decimal 80 219 204 0.63 0 0.07 0.14 173.53 0.66 0.59
Hex 50 DB CC 3F 0 7 E AE 42 3B
Octal 120 333 314 77 0 7 16 256 102 73
Binary 1010000 11011011 11001100 111111 0 111 1110 10101110 1000010 111011

Color Harmonies of #50DBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DBCC

Black with #50DBCC

Text Example


Text Example

White with #50DBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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