Html Css Color HEX #50D0DF Medium Turquoise

📋 copy color: '#50D0DF'

red 80 ◦ green 208 ◦ blue 223

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

Shades of Medium Turquoise #50D0DF

Tints of Medium Turquoise #50D0DF

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.7%

 BLUE value IS 223 (87.5% from 255) = 43.64%

R = 15.66%
G = 40.7%
B = 43.64%

CMYK

 C value IS 0.64

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#50D0DF (or 0x50D0DF) is known color: Medium Turquoise. HEX triplet: 50, D0 and DF. RGB value is (80,208,223). Sum of RGB (Red+Green+Blue) = 80+208+223=511 (67% of max value = 765). Red value is 80 (31.64% from 255 or 15.66% from 511); Green value is 208 (81.64% from 255 or 40.70% from 511); Blue value is 223 (87.5% from 255 or 43.64% from 511); Max value from RGB is 223 - color contains mainly: blue. Hex color #50D0DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50D0DF is #AF2F20. Grayscale: #ABABAB. Windows color (decimal): -11480865 or 14667856. OLE color: 14667856.

HSL color Cylindrical-coordinate representation of color #50D0DF: hue angle of 186.29º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50D0DF is Cyan = 0.64, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 80 208 223 -
CMYK 0.64 0.07 0 0.13
HSL 186.29º 0.69% 0.59% -
HSV(B) 186.29º 0.64% 0.87% -
XYZ 39.18 52.14 77.81 -
YUV 171.44 157.09 62.78 -
System Red Green Blue C M Y K H S L
Decimal 80 208 223 0.64 0.07 0 0.13 186.29 0.69 0.59
Hex 50 D0 DF 40 7 0 D BA 45 3B
Octal 120 320 337 100 7 0 15 272 105 73
Binary 1010000 11010000 11011111 1000000 111 0 1101 10111010 1000101 111011

Color Harmonies of #50D0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D0DF

Black with #50D0DF

Text Example


Text Example

White with #50D0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,208,223); }

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

background-color css

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

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

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

border-color css

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

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

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